Skip to content

Commit 59c4dcc

Browse files
baruchsiachgclement
authored andcommitted
arm64: dts: marvell: mcbin: fix PCIe reset signal
The MPP52 signal is on the seconds GPIO instance of CP0, which corresponds to the &cp0_gpio2 handle. Rename the property name to the standard '-gpios' suffix while at it. Fixes: b83e166 ("arm64: dts: marvell: mcbin: add support for PCIe") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 132ac39 commit 59c4dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
pinctrl-0 = <&cp0_pcie_pins>;
184184
num-lanes = <4>;
185185
num-viewport = <8>;
186-
reset-gpio = <&cp0_gpio1 20 GPIO_ACTIVE_LOW>;
186+
reset-gpios = <&cp0_gpio2 20 GPIO_ACTIVE_LOW>;
187187
status = "okay";
188188
};
189189

0 commit comments

Comments
 (0)