From: Carlo Szelinsky Date: Sat, 8 Aug 2026 10:02:28 +0000 (+0200) Subject: realtek: dts: add missing soc compatible to two Hasivo boards X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24615%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- 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 e416220b0aa..02ff8160cda 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 41a894d57c4..52070a6364f 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 {