diff mbox series

[13/13] realtek: use correct compatible for rtl930x SoCs

Message ID 20211208214309.233041-14-sander@svanheule.net
State Superseded
Headers show
Series Switch realtek target to upstream platform | expand

Commit Message

Sander Vanheule Dec. 8, 2021, 9:43 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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>;