Skip to content

Commit

Permalink
arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Baruch Siach authored and Gregory CLEMENT committed Feb 19, 2019
1 parent 6fc9791 commit bdd22a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
reg = <0>;
pinctrl-names = "default";
pinctrl-0 = <&cp0_copper_eth_phy_reset>;
reset-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>;
reset-gpios = <&cp0_gpio2 11 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
};

Expand Down

0 comments on commit bdd22a4

Please sign in to comment.