Skip to content

Commit 0c4eb2a

Browse files
kishontmlind
authored andcommitted
ARM: dts: am571x-idk: Fix gpios property to have the correct gpio number
commit d23f383 ("ARM: dts: DRA7: Add pcie1 dt node for EP mode") while adding the dt node for EP mode for DRA7 platform, added rc node for am571x-idk and populated gpios property with "gpio3 23". However the GPIO_PCIE_SWRST line is actually connected to "gpio5 18". Fix it here. (The patch adding "gpio3 23" was tested with another am57x board in EP mode which doesn't rely on reset from host). Cc: stable <[email protected]> # 4.14+ Fixes: d23f383 ("ARM: dts: DRA7: Add pcie1 dt node for EP mode") Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 81cc087 commit 0c4eb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167

168168
&pcie1_rc {
169169
status = "okay";
170-
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
170+
gpios = <&gpio5 18 GPIO_ACTIVE_HIGH>;
171171
};
172172

173173
&mmc1 {

0 commit comments

Comments
 (0)