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 <martin.blumenstingl@googlemail.com>
req-mask = <0x1>;
device_type = "pci";
+
+ resets = <&reset0 13 13>;
};
};
req-mask = <0x1>; /* GNT1 */
device_type = "pci";
+
+ resets = <&reset0 13 13>;
};
};
req-mask = <0x1>; /* GNT1 */
device_type = "pci";
+
+ resets = <&reset0 13 13>;
};
};