From 83e93e04b4fd30b8e054c4fa623f013b415439d2 Mon Sep 17 00:00:00 2001 From: Carlo Szelinsky Date: Sat, 8 Aug 2026 12:02:28 +0200 Subject: [PATCH] realtek: dts: add missing soc compatible to two Hasivo boards Both boards only list their board compatible in the root node, so they do not match the realtek MIPS machine and hang early during boot. Fixes: 7cc31af7bdd4 ("realtek: convert to generic machine initialization") Signed-off-by: Carlo Szelinsky Link: https://github.com/openwrt/openwrt/pull/24615 Signed-off-by: Markus Stockhausen --- target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts | 2 +- target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts b/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts index e416220b0a..02ff8160cd 100644 --- a/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts +++ b/target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts @@ -8,7 +8,7 @@ #include / { - compatible = "hasivo,s1100wp-8gt-se"; + compatible = "hasivo,s1100wp-8gt-se", "realtek,rtl9303-soc"; model = "Hasivo S1100WP-8GT-SE"; memory@0 { diff --git a/target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts b/target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts index 41a894d57c..52070a6364 100644 --- a/target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts +++ b/target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts @@ -8,7 +8,7 @@ #include / { - compatible = "hasivo,s600wp-5gt-2sx-se"; + compatible = "hasivo,s600wp-5gt-2sx-se", "realtek,rtl9303-soc"; model = "Hasivo S600WP-5GT-2SX-SE"; memory@0 {