Browse Source

lantiq: dts: Add the reset line for the PCI controller

The PCI controller has it's reset line wired up to bit 13 of RCU.
Describe this in our .dtsi files.

Signed-off-by: Martin Blumenstingl <[email protected]>
Martin Blumenstingl 3 years ago
parent
commit
087f2cba26

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

@@ -415,6 +415,8 @@
 			req-mask = <0x1>;
 
 			device_type = "pci";
+
+			resets = <&reset0 13 13>;
 		};
 	};
 

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

@@ -328,6 +328,8 @@
 			req-mask = <0x1>; /* GNT1 */
 
 			device_type = "pci";
+
+			resets = <&reset0 13 13>;
 		};
 	};
 

+ 2 - 0
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi

@@ -555,6 +555,8 @@
 			req-mask = <0x1>; /* GNT1 */
 
 			device_type = "pci";
+
+			resets = <&reset0 13 13>;
 		};
 	};