realtek: use correct compatible for rtl930x SoCs
authorSander Vanheule <sander@svanheule.net>
Wed, 8 Dec 2021 21:39:35 +0000 (22:39 +0100)
committerSander Vanheule <sander@svanheule.net>
Sat, 11 Dec 2021 19:05:31 +0000 (20:05 +0100)
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 <sander@svanheule.net>
target/linux/realtek/dts-5.10/rtl930x.dtsi

index 3a9b0e23c470c6914675cedad14ccb295cd0c52e..43816c6c1f7d02ac74819dcff8aba6183f2aac4a 100644 (file)
@@ -51,7 +51,7 @@
        #address-cells = <1>;
        #size-cells = <1>;
 
-       compatible = "realtek,rtl838x-soc";
+       compatible = "realtek,rtl93xx-soc";
 
        cpus {
                #address-cells = <1>;