]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
realtek: dts: add missing soc compatible to two Hasivo boards 24615/head
authorCarlo Szelinsky <github@szelinsky.de>
Sat, 8 Aug 2026 10:02:28 +0000 (12:02 +0200)
committerMarkus Stockhausen <markus.stockhausen@gmx.de>
Sat, 8 Aug 2026 21:08:21 +0000 (23:08 +0200)
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 <github@szelinsky.de>
Link: https://github.com/openwrt/openwrt/pull/24615
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
target/linux/realtek/dts/rtl9303_hasivo_s1100wp-8gt-se.dts
target/linux/realtek/dts/rtl9303_hasivo_s600wp-5gt-2sx-se.dts

index e416220b0aa9ccc378988430f17d8fb90f774960..02ff8160cdacbd7428e3a1be16fb9f574febb483 100644 (file)
@@ -8,7 +8,7 @@
 #include <dt-bindings/leds/common.h>
 
 / {
-       compatible = "hasivo,s1100wp-8gt-se";
+       compatible = "hasivo,s1100wp-8gt-se", "realtek,rtl9303-soc";
        model = "Hasivo S1100WP-8GT-SE";
 
        memory@0 {
index 41a894d57c403819ea660ce30026391812bb4c9d..52070a6364f42c650aba76e40f071a2a302b6e91 100644 (file)
@@ -8,7 +8,7 @@
 #include <dt-bindings/leds/common.h>
 
 / {
-       compatible = "hasivo,s600wp-5gt-2sx-se";
+       compatible = "hasivo,s600wp-5gt-2sx-se", "realtek,rtl9303-soc";
        model = "Hasivo S600WP-5GT-2SX-SE";
 
        memory@0 {