ALT Linux kernel packages development
 help / color / mirror / Atom feed
* [d-kernel] [PATCH] arm64: dts: rockchip: fix compatible string for Repka Pi 5
@ 2026-08-17 10:59 Мишаня Бессонов
  2026-08-17 11:28 ` Ivan A. Melnikov
  0 siblings, 1 reply; 5+ messages in thread
From: Мишаня Бессонов @ 2026-08-17 10:59 UTC (permalink / raw)
  To: devel-kernel

The current in-tree device tree for Repka Pi 5 uses "repka,pi5" as its
compatible string. However, the U-Boot bootloader code expects the token
"repka,repka-pi5" for proper board identification and FIT image validation.

Change the compatible string to "repka,repka-pi5" to align the kernel's
DTS with the bootloader. This ensures that variables like fdtfile are
correctly matched and the system boots without manual configuration.

>From 1b7b76656fe4dc888e29c5ac956136024ca00164 Mon Sep 17 00:00:00 2001
From: Mikhail Bessonov <heliumium1997@gmail.com>
Date: Mon, 17 Aug 2026 14:50:48 +0400
Subject: [PATCH] arm64: dts: rockchip: fix compatible string for Repka Pi 5

Signed-off-by: Mikhail Bessonov <heliumium1997@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3588-repka-pi5.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-repka-pi5.dts
b/arch/arm64/boot/dts/rockchip/rk3588-repka-pi5.dts
index 4e4207108dbf..7226abe7aaf1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-repka-pi5.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-repka-pi5.dts
@@ -9,7 +9,7 @@

 / {
  model = "Repka Pi 5";
- compatible = "repka,pi5", "rockchip,rk3588";
+ compatible = "repka,repka-pi5", "rockchip,rk3588";

  aliases {
  ethernet0 = &gmac1;
--
2.55.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-19  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 10:59 [d-kernel] [PATCH] arm64: dts: rockchip: fix compatible string for Repka Pi 5 Мишаня Бессонов
2026-08-17 11:28 ` Ivan A. Melnikov
2026-08-17 11:39   ` Мишаня Бессонов
2026-08-17 20:01     ` Ivan A. Melnikov
2026-08-19  9:45       ` Мишаня Бессонов

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git