rk312x-dts: disable gmac
authorheyun <heyun@rock-chips.com>
Fri, 24 Oct 2014 00:43:22 +0000 (08:43 +0800)
committerheyun <heyun@rock-chips.com>
Fri, 24 Oct 2014 00:43:22 +0000 (08:43 +0800)
arch/arm/boot/dts/rk3126-86v.dts

index 573355a02592318a214a6d6a884f18b44b7f9fe6..f01125c3b6ce79596c4fdc3385bc367fe1e3511b 100644 (file)
 };
 
 &gmac {
-//      power_ctl_by = "gpio";  //"gpio" "pmu"
-        power-gpio = <&gpio0 GPIO_A6 GPIO_ACTIVE_HIGH>;
-//      power-pmu = "act_ldo"
-//      reset-gpio = <&gpio4 GPIO_A7 GPIO_ACTIVE_LOW>;
-        phy-mode = "rgmii";
-        clock_in_out = "input";
-        tx_delay = <0x28>;
-        rx_delay = <0x10>;
         status = "disabled";
 };