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 <martin.blumenstingl@googlemail.com>
This commit is contained in:
Martin Blumenstingl 2022-06-16 21:43:48 +02:00 committed by Christian Lamparter
parent 00f64ed660
commit 087f2cba26
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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