Re: [PATCH 2/2] ARM: dts: r8a7792: add EtherAVB support

2016-07-05 Thread Geert Uytterhoeven
On Mon, Jul 4, 2016 at 11:23 PM, Sergei Shtylyov
 wrote:
> Define the generic R8A7792 part of the EtherAVB device node.
>
> Based on the commit 89aac8af1a60 ("ARM: dts: r8a7794: add EtherAVB support").
>
> Signed-off-by: Sergei Shtylyov 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


[PATCH 2/2] ARM: dts: r8a7792: add EtherAVB support

2016-07-04 Thread Sergei Shtylyov
Define the generic R8A7792 part of the EtherAVB device node.

Based on the commit 89aac8af1a60 ("ARM: dts: r8a7794: add EtherAVB support").

Signed-off-by: Sergei Shtylyov 

---
 arch/arm/boot/dts/r8a7792.dtsi |   12 
 1 file changed, 12 insertions(+)

Index: renesas/arch/arm/boot/dts/r8a7792.dtsi
===
--- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi
+++ renesas/arch/arm/boot/dts/r8a7792.dtsi
@@ -444,6 +444,18 @@
power-domains = < R8A7792_PD_ALWAYS_ON>;
};
 
+   avb: ethernet@e680 {
+   compatible = "renesas,etheravb-r8a7792",
+"renesas,etheravb-rcar-gen2";
+   reg = <0 0xe680 0 0x800>, <0 0xee0e8000 0 0x4000>;
+   interrupts = ;
+   clocks = <_clks R8A7792_CLK_ETHERAVB>;
+   power-domains = < R8A7792_PD_ALWAYS_ON>;
+   #address-cells = <1>;
+   #size-cells = <0>;
+   status = "disabled";
+   };
+
/* Special CPG clocks */
cpg_clocks: cpg_clocks@e615 {
compatible = "renesas,r8a7792-cpg-clocks",