diff mbox series

[v5] fixup! i2c: Add driver for the RTL9300 I2C controller

Message ID 20240926205815.124872-1-chris.packham@alliedtelesis.co.nz
State New
Headers show
Series [v5] fixup! i2c: Add driver for the RTL9300 I2C controller | expand

Commit Message

Chris Packham Sept. 26, 2024, 8:58 p.m. UTC
---
 arch/mips/boot/dts/realtek/rtl930x.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi
index 2fb8461af575..eae059540cec 100644
--- a/arch/mips/boot/dts/realtek/rtl930x.dtsi
+++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi
@@ -45,17 +45,17 @@  reboot@c {
 		i2c0: i2c@36c {
 			compatible = "realtek,rtl9300-i2c";
 			reg = <0x36c 0x14>;
-			status = "disabled";
 			#address-cells = <1>;
 			#size-cells = <0>;
+			status = "disabled";
 		};
 
 		i2c1: i2c@388 {
 			compatible = "realtek,rtl9300-i2c";
 			reg = <0x388 0x14>;
-			status = "disabled";
 			#address-cells = <1>;
 			#size-cells = <0>;
+			status = "disabled";
 		};
 	};
 };