Re: [U-Boot] [PATCH 07/10] rockchip: rk3288-firefly: Add gmac definition

2015-10-03 Thread Simon Glass
On 1 October 2015 at 10:48, Sjoerd Simons  wrote:
> Add a definition for the gmac interface to the firefly device-tree.
> Copied verbatim from the linux kernel.
>
> Signed-off-by: Sjoerd Simons 
> ---
>
>  arch/arm/dts/rk3288-firefly.dtsi | 16 
>  1 file changed, 16 insertions(+)

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 07/10] rockchip: rk3288-firefly: Add gmac definition

2015-10-01 Thread Sjoerd Simons
Add a definition for the gmac interface to the firefly device-tree.
Copied verbatim from the linux kernel.

Signed-off-by: Sjoerd Simons 
---

 arch/arm/dts/rk3288-firefly.dtsi | 16 
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/dts/rk3288-firefly.dtsi b/arch/arm/dts/rk3288-firefly.dtsi
index 5aec1b8..072eaa6 100644
--- a/arch/arm/dts/rk3288-firefly.dtsi
+++ b/arch/arm/dts/rk3288-firefly.dtsi
@@ -146,6 +146,22 @@
status = "okay";
 };
 
+ {
+   assigned-clocks = < SCLK_MAC>;
+   assigned-clock-parents = <_gmac>;
+   clock_in_out = "input";
+   pinctrl-names = "default";
+   pinctrl-0 = <_pins>, <_rst>, <_pmeb>, <_int>;
+   phy-supply = <_lan>;
+   phy-mode = "rgmii";
+   snps,reset-active-low;
+   snps,reset-delays-us = <0 1 100>;
+   snps,reset-gpio = < 8 GPIO_ACTIVE_LOW>;
+   tx_delay = <0x30>;
+   rx_delay = <0x10>;
+   status = "okay";
+};
+
  {
ddc-i2c-bus = <>;
status = "okay";
-- 
2.5.3

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot