The base DTSI for RTL930x-based devices contained the compatible for
RTL838x-based devices. Although this will be overridden by devices
including this file, correct it to indicate what the fallback should be.

Signed-off-by: Sander Vanheule <san...@svanheule.net>
---
 target/linux/realtek/dts-5.10/rtl930x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/realtek/dts-5.10/rtl930x.dtsi 
b/target/linux/realtek/dts-5.10/rtl930x.dtsi
index 3a9b0e23c470..43816c6c1f7d 100644
--- a/target/linux/realtek/dts-5.10/rtl930x.dtsi
+++ b/target/linux/realtek/dts-5.10/rtl930x.dtsi
@@ -51,7 +51,7 @@
        #address-cells = <1>;
        #size-cells = <1>;
 
-       compatible = "realtek,rtl838x-soc";
+       compatible = "realtek,rtl93xx-soc";
 
        cpus {
                #address-cells = <1>;
-- 
2.33.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to