mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-22 01:24:28 -04: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>;
|
req-mask = <0x1>;
|
||||||
|
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
|
||||||
|
resets = <&reset0 13 13>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -328,6 +328,8 @@
|
|||||||
req-mask = <0x1>; /* GNT1 */
|
req-mask = <0x1>; /* GNT1 */
|
||||||
|
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
|
||||||
|
resets = <&reset0 13 13>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -555,6 +555,8 @@
|
|||||||
req-mask = <0x1>; /* GNT1 */
|
req-mask = <0x1>; /* GNT1 */
|
||||||
|
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
|
||||||
|
resets = <&reset0 13 13>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user