Skip to content

Commit 81cc087

Browse files
kishontmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 2c81f0f commit 81cc087

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

arch/arm/boot/dts/am571x-idk.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,6 @@
170170
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
171171
};
172172

173-
&pcie1_ep {
174-
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
175-
};
176-
177173
&mmc1 {
178174
pinctrl-names = "default", "hs";
179175
pinctrl-0 = <&mmc1_pins_default_no_clk_pu>;

arch/arm/boot/dts/am572x-idk-common.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@
147147
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
148148
};
149149

150-
&pcie1_ep {
151-
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
152-
};
153-
154150
&mailbox5 {
155151
status = "okay";
156152
mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,10 +547,6 @@
547547
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
548548
};
549549

550-
&pcie1_ep {
551-
gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
552-
};
553-
554550
&mcasp3 {
555551
#sound-dai-cells = <0>;
556552
assigned-clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>;

0 commit comments

Comments
 (0)