Re: [PATCH 1/4] ARM: shmobile: r8a7778: add Ether DT support
From: Sergei Shtylyov <hidden>
Date: 2013-09-02 14:05:10
Also in:
linux-arm-kernel, linux-sh
From: Sergei Shtylyov <hidden>
Date: 2013-09-02 14:05:10
Also in:
linux-arm-kernel, linux-sh
On 09/02/2013 05:14 PM, Laurent Pinchart wrote:
quoted
Define the generic R8A777x part of the Ether device node.
quoted
Signed-off-by: Sergei Shtylyov <redacted>
quoted
--- arch/arm/boot/dts/r8a7778.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+)
quoted
Index: renesas/arch/arm/boot/dts/r8a7778.dtsi ===================================================================--- renesas.orig/arch/arm/boot/dts/r8a7778.dtsi +++ renesas/arch/arm/boot/dts/r8a7778.dtsi@@ -98,4 +98,15 @@ reg = <0xfffc000 0x118>; #gpio-range-cells = <3>; }; + + ether: ethernet@fde00000 { + device_type = "network";
Documentation/devicetree/bindings/net/sh_eth.txt from "[PATCH 2/2] sh_eth: add device tree support" doesn't document this property, should you update it ?
It's a standard property but completely optional for non-OF systems. I've
not seen anybody document it but I should grep for it...
WBR, Sergei