ARM64: dts: rk3399-tb: change "ext_gmac" to "clkin_gmac" according to clk-rk3399.c
authorroger <roger.chen@rock-chips.com>
Wed, 6 Apr 2016 10:05:11 +0000 (18:05 +0800)
committerroger <roger.chen@rock-chips.com>
Wed, 6 Apr 2016 10:19:49 +0000 (18:19 +0800)
Change-Id: Ic0ea696408493aae97099d579d34ae33f30cc41a
Signed-off-by: roger <roger.chen@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-tb.dtsi

index ab522668b17459cdd30c392fe96ae75a8872a148..6b5f47c56aca6072df78c4a496401044af0919b6 100644 (file)
                enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
        };
 
-       ext_gmac: external-gmac-clock {
+       clkin_gmac: external-gmac-clock {
                compatible = "fixed-clock";
                clock-frequency = <125000000>;
-               clock-output-names = "ext_gmac";
+               clock-output-names = "clkin_gmac";
                #clock-cells = <0>;
        };
 
        snps,reset-gpio = <&gpio3 15 GPIO_ACTIVE_LOW>;
        snps,reset-active-low;
        snps,reset-delays-us = <0 10000 50000>;
-       assigned-clocks = <&cru SCLK_MAC>;
-       assigned-clock-parents = <&ext_gmac>;
+       assigned-clocks = <&cru SCLK_RMII_SRC>;
+       assigned-clock-parents = <&clkin_gmac>;
        pinctrl-names = "default";
        pinctrl-0 = <&rgmii_pins>;
        tx_delay = <0x30>;
        rx_delay = <0x10>;
-       status = "disabled";
+       status = "okay";
 };
 
 &gpu {