diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2019-12-17 11:51:22 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 21:21:40 +0300 |
commit | 81cc0877840f72210e809bbedd6346d686560fc1 (patch) | |
tree | 6a6806b397b7a358bac59cd44e451c6f97d2c739 /arch/arm/boot/dts/am572x-idk-common.dtsi | |
parent | 2c81f0f6d3f52ac222a5dc07a6e5c06e1543e88b (diff) | |
download | linux-81cc0877840f72210e809bbedd6346d686560fc1.tar.xz |
ARM: dts: am57xx-beagle-x15/am57xx-idk: Remove "gpios" for endpoint dt nodes
PERST# line in the PCIE connector is driven by the host mode and not
EP mode. The gpios property here is used for driving the PERST# line.
Remove gpios property from all endpoint device tree nodes.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am572x-idk-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am572x-idk-common.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am572x-idk-common.dtsi b/arch/arm/boot/dts/am572x-idk-common.dtsi index a064f13b3880..ddf123620e96 100644 --- a/arch/arm/boot/dts/am572x-idk-common.dtsi +++ b/arch/arm/boot/dts/am572x-idk-common.dtsi @@ -147,10 +147,6 @@ gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; }; -&pcie1_ep { - gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; -}; - &mailbox5 { status = "okay"; mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { |