[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <547452F0.1080307@rock-chips.com>
Date: Tue, 25 Nov 2014 17:59:12 +0800
From: Kever Yang <kever.yang@...k-chips.com>
To: Roger Chen <roger.chen@...k-chips.com>, heiko@...ech.de
CC: peppe.cavallaro@...com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
mark.yao@...k-chips.com, eddie.cai@...k-chips.com
Subject: Re: [PATCH 4/4] GMAC: dts: enable gmac on RK3288 evb board
Hi Roger,
The subject should prefix:
Arm: dts: rockchip: enable ...
On 11/25/2014 05:09 PM, Roger Chen wrote:
> enable gmac in rk3288-evb-rk808.dts
>
> Signed-off-by: Roger Chen <roger.chen@...k-chips.com>
> ---
> arch/arm/boot/dts/rk3288-evb-rk808.dts | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> index d8c775e6..168b4fa 100644
> --- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
> +++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
> @@ -152,3 +152,25 @@
> };
> };
> };
> +
> +&ext_gmac {
> + clock-frequency = <125000000>;
> + clock-output-names = "ext_gmac";
> +};
> +
> +&gmac {
> + //pmu_regulator = "act_ldo5";
> + //pmu_enable_level = <1>; //1->HIGH, 0->LOW
remove these unused code.
> + power-gpio = <&gpio0 6 GPIO_ACTIVE_HIGH>;
> + reset-gpio = <&gpio4 7 GPIO_ACTIVE_LOW>;
> + //phyirq-gpio = <&gpio4 2 GPIO_ACTIVE_LOW>;
same.
> + phy-mode = "rgmii";
> + clock_in_out = "input";
> + assigned-clocks = <&cru SCLK_MAC>;
> + assigned-clock-parents = <&ext_gmac>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&rgmii_pin>; /*&rmii_pin*/
same.
- Kever
> + tx_delay = <0x30>;
> + rx_delay = <0x10>;
> + status = "ok";
> +};
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists