[PATCH 2/2] ARM: shmobile: r8a7790: add EtherAVB DT support
From: Sergei Shtylyov <hidden>
Date: 2015-03-31 15:04:43
Also in:
linux-devicetree, linux-sh
From: Sergei Shtylyov <hidden>
Date: 2015-03-31 15:04:43
Also in:
linux-devicetree, linux-sh
Hello. On 03/31/2015 03:21 AM, Simon Horman wrote:
quoted
Define the generic R8A7790 part of the EtherAVB device node.
Please repost once this binding (and associated driver) has been accepted.
OK, but will you merge patch #1?
quoted
Based on original patch by Mitsuhiro Kimura [off-list ref].
quoted
Signed-off-by: Sergei Shtylyov <redacted> --- arch/arm/boot/dts/r8a7790.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7790.dtsi ===================================================================--- renesas.orig/arch/arm/boot/dts/r8a7790.dtsi +++ renesas/arch/arm/boot/dts/r8a7790.dtsi@@ -626,6 +626,16 @@ status = "disabled"; }; + avb: ethernet at e6800000 { + compatible = "renesas,ravb-r8a7790";
I went the usual way here but I suspect that SoC part of the prop should
be "-rcar-gen2" as we now have this IP core (as well as most of the others,
except PFC) described in a common manual for the R-Car generation 2 SoCs.
What do you think?
WBR, Sergei