diff options
author | Marek BehĂșn | 2018-08-21 12:22:09 +0200 |
---|---|---|
committer | Stefan Roese | 2018-09-19 09:00:39 +0200 |
commit | 863949e383a96bc698261ef14b195018fcb0100d (patch) | |
tree | efa7ca0db04cdebc98e521bf443030f24e18c3f0 /arch/arm/dts | |
parent | f26e379b312bb59ddd11f79627180a4a2d702d94 (diff) |
board: turris_mox: Fixup U-Boot's device tree if PCIe connected
If PCIe Mox module is connected we want to have PCIe node enabled
in U-Boot's device tree.
Signed-off-by: Marek Behun <marek.behun@nic.cz>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/armada-3720-turris-mox.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-3720-turris-mox.dts b/arch/arm/dts/armada-3720-turris-mox.dts index a72735ac017..7babc166799 100644 --- a/arch/arm/dts/armada-3720-turris-mox.dts +++ b/arch/arm/dts/armada-3720-turris-mox.dts @@ -126,3 +126,10 @@ vbus-supply = <®_usb3_vbus>; status = "okay"; }; + +&pcie0 { + pinctrl-names = "default"; + pinctrl-0 = <&pcie_pins>; + reset-gpio = <&gpiosb 3 GPIO_ACTIVE_HIGH>; + status = "disabled"; +}; |