]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Drop fephy pinctrl from gmac2phy on rk3328 rock-pi-e
authorChen-Yu Tsai <wens@csie.org>
Mon, 26 Apr 2021 09:59:16 +0000 (17:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:22 +0000 (16:02 +0200)
[ Upstream commit e6526f90696e6a7d722d04b958f15b97d6fd9ce6 ]

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>
Link: https://lore.kernel.org/r/20210426095916.14574-1-wens@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts

index 2d71ca7e429c1609149fd69225af9fe3473f9e38..a53055bb7ca4d1e112bf01b831be235a3554a054 100644 (file)
 };
 
 &gmac2phy {
-       pinctrl-names = "default";
-       pinctrl-0 = <&fephyled_linkm1>, <&fephyled_rxm1>;
        status = "okay";
 };