[PATCH v2 09/14] realtek: use correct compatible for rtl930x SoCs
Sander Vanheule
sander at svanheule.net
Sun Dec 12 12:01:31 PST 2021
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 at 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
More information about the openwrt-devel
mailing list