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]>
@@ -415,6 +415,8 @@
req-mask = <0x1>;
device_type = "pci";
+
+ resets = <&reset0 13 13>;
};
@@ -328,6 +328,8 @@
req-mask = <0x1>; /* GNT1 */
@@ -555,6 +555,8 @@