Browse Source

lantiq: dts: fix reset controller reference on Danube and AR9

ar9.dtsi and danube.dtsi only have one reset controller and they are
naming it "reset". This is equivalent to "reset0" in vr9.dtsi. Fix the
references to the reset controller in the recently added PCI controller
reset line.

Fixes: 087f2cba26faf0 ("lantiq: dts: Add the reset line for the PCI controller")
Reported-by: Christian Lamparter <[email protected]>
Signed-off-by: Martin Blumenstingl <[email protected]>
Martin Blumenstingl 3 years ago
parent
commit
a1354accc0

+ 1 - 1
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi

@@ -416,7 +416,7 @@
 
 			device_type = "pci";
 
-			resets = <&reset0 13 13>;
+			resets = <&reset 13 13>;
 		};
 	};
 

+ 1 - 1
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi

@@ -329,7 +329,7 @@
 
 			device_type = "pci";
 
-			resets = <&reset0 13 13>;
+			resets = <&reset 13 13>;
 		};
 	};