diff options
author | Chen-Yu Tsai <wens@csie.org> | 2021-04-26 17:59:16 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-05-10 01:52:45 +0200 |
commit | e6526f90696e6a7d722d04b958f15b97d6fd9ce6 (patch) | |
tree | 03f6a00a431b49ac32b28c57f3574b2a268016d6 /arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | |
parent | 6a11ffc2cc54d89719d5b2f3ca44244cebd7ed2e (diff) |
arm64: dts: rockchip: Drop fephy pinctrl from gmac2phy on rk3328 rock-pi-e
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ }; &gmac2phy { - pinctrl-names = "default"; - pinctrl-0 = <&fephyled_linkm1>, <&fephyled_rxm1>; status = "okay"; }; |