Skip to content

Commit bdd22a4

Browse files
baruchsiachgclement
authored andcommitted
arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal
The PHY reset signal goes to mpp43 on CP0. Fixes: babc554 ("arm64: dts: clearfog-gt-8k: 1G eth PHY reset signal") Reported-by: Denis Odintsov <oversun@me.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 6fc9791 commit bdd22a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
reg = <0>;
352352
pinctrl-names = "default";
353353
pinctrl-0 = <&cp0_copper_eth_phy_reset>;
354-
reset-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>;
354+
reset-gpios = <&cp0_gpio2 11 GPIO_ACTIVE_LOW>;
355355
reset-assert-us = <10000>;
356356
};
357357

0 commit comments

Comments
 (0)