diff mbox series

arm64: dts: rockchip: rk3328: rock-pi-e: Drop fephy pinctrl from gmac2phy

Message ID 20210426095916.14574-1-wens@kernel.org (mailing list archive)
State New, archived
Headers show
Series arm64: dts: rockchip: rk3328: rock-pi-e: Drop fephy pinctrl from gmac2phy | expand

Commit Message

Chen-Yu Tsai April 26, 2021, 9:59 a.m. UTC
From: Chen-Yu Tsai <wens@csie.org>

Turns out the fephy pins are already claimed in the phy node, which is
rightfully where they should be claimed.

Drop the pinctrl properties from the gmac2phy node for the ROCK Pi E.

Fixes: b918e81f2145 ("arm64: dts: rockchip: rk3328: Add Radxa ROCK Pi E")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Heiko Stuebner May 9, 2021, 11:55 p.m. UTC | #1
On Mon, 26 Apr 2021 17:59:16 +0800, Chen-Yu Tsai wrote:
> Turns out the fephy pins are already claimed in the phy node, which is
> rightfully where they should be claimed.
> 
> Drop the pinctrl properties from the gmac2phy node for the ROCK Pi E.

Applied, thanks!

[1/1] arm64: dts: rockchip: rk3328: rock-pi-e: Drop fephy pinctrl from gmac2phy
      commit: e6526f90696e6a7d722d04b958f15b97d6fd9ce6

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
index 07538951a3a6..018a3a5075c7 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts
@@ -177,8 +177,6 @@  rtl8211e: ethernet-phy@1 {
 };
 
 &gmac2phy {
-	pinctrl-names = "default";
-	pinctrl-0 = <&fephyled_linkm1>, <&fephyled_rxm1>;
 	status = "okay";
 };