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: 7cc31af7bd ("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>
This commit is contained in:
parent
94a21b3fe9
commit
83e93e04b4
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue