diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-01-08 19:24:40 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-02-06 14:19:23 +0300 |
commit | c54932d42a4e39b9d68bba4e766ccb7a95ff7746 (patch) | |
tree | d0373eff2cef60ae16332fb7fdafb80ec04e31ee /arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | |
parent | a5470af981a0cc14a650af8da5186668971a4fc8 (diff) | |
download | linux-c54932d42a4e39b9d68bba4e766ccb7a95ff7746.tar.xz |
arm64: dts: marvell: armada-3720-espressobin: declare PCIe warm reset pin
Ensure the PCIe endpoint card reset that is toggled by the PCIe
controller itself is muxed correctly on the EspressoBin.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts index 846003bb480c..18938d133ae3 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts @@ -46,6 +46,8 @@ /* J9 */ &pcie0 { status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&pcie_reset_pins &pcie_clkreq_pins>; }; /* J6 */ |