From 8aceffc885c7d4f3f35d09d56d22ba47e64aad5b Mon Sep 17 00:00:00 2001 From: David Wu Date: Fri, 10 Mar 2017 15:50:01 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3328: remove the gmac m0 pins The RK3328 datasheet is not define the pins of gmac m0, so remove them. Change-Id: Ic537586c76bd2f3a937c1e15b5877744598cc702 Signed-off-by: David Wu --- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 60 ------------------------ 1 file changed, 60 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi index 8c239c558504..077fcf772015 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi @@ -1582,66 +1582,6 @@ }; }; - gmac-0 { - rgmiim0_pins: rgmiim0-pins { - rockchip,pins = - /* mac_txclk */ - <0 RK_PB0 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_rxclk */ - <0 RK_PB2 RK_FUNC_1 &pcfg_pull_none>, - /* mac_mdio */ - <0 RK_PB3 RK_FUNC_1 &pcfg_pull_none>, - /* mac_txen */ - <0 RK_PB4 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_clk */ - <0 RK_PD0 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxdv */ - <0 RK_PD1 RK_FUNC_1 &pcfg_pull_none>, - /* mac_mdc */ - <0 RK_PC3 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxd1 */ - <0 RK_PB6 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxd0 */ - <0 RK_PB7 RK_FUNC_1 &pcfg_pull_none>, - /* mac_txd1 */ - <0 RK_PC0 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_txd0 */ - <0 RK_PC1 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_rxd3 */ - <0 RK_PC4 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxd2 */ - <0 RK_PC5 RK_FUNC_1 &pcfg_pull_none>, - /* mac_txd3 */ - <0 RK_PC7 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_txd2 */ - <0 RK_PC6 RK_FUNC_1 &pcfg_pull_none_12ma>; - }; - - rmiim0_pins: rmiim0-pins { - rockchip,pins = - /* mac_mdio */ - <0 RK_PB3 RK_FUNC_1 &pcfg_pull_none>, - /* mac_txen */ - <0 RK_PB4 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_clk */ - <0 RK_PD0 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxer */ - <0 RK_PB5 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxdv */ - <0 RK_PD1 RK_FUNC_1 &pcfg_pull_none>, - /* mac_mdc */ - <0 RK_PC3 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxd1 */ - <0 RK_PB6 RK_FUNC_1 &pcfg_pull_none>, - /* mac_rxd0 */ - <0 RK_PB7 RK_FUNC_1 &pcfg_pull_none>, - /* mac_txd1 */ - <0 RK_PC0 RK_FUNC_1 &pcfg_pull_none_12ma>, - /* mac_txd0 */ - <0 RK_PC1 RK_FUNC_1 &pcfg_pull_none_12ma>; - }; - }; - gmac-1 { rgmiim1_pins: rgmiim1-pins { rockchip,pins = -- 2.34.1