mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-25 10:54:01 +08:00
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:
parent
00f64ed660
commit
087f2cba26
@ -415,6 +415,8 @@
|
||||
req-mask = <0x1>;
|
||||
|
||||
device_type = "pci";
|
||||
|
||||
resets = <&reset0 13 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -328,6 +328,8 @@
|
||||
req-mask = <0x1>; /* GNT1 */
|
||||
|
||||
device_type = "pci";
|
||||
|
||||
resets = <&reset0 13 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -555,6 +555,8 @@
|
||||
req-mask = <0x1>; /* GNT1 */
|
||||
|
||||
device_type = "pci";
|
||||
|
||||
resets = <&reset0 13 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user