On Monday 02 September 2013 18:05:10 Sergei Shtylyov wrote: > On 09/02/2013 05:14 PM, Laurent Pinchart wrote: > >> Define the generic R8A777x part of the Ether device node. > >> > >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > >> > >> --- > >> > >> arch/arm/boot/dts/r8a7778.dtsi | 11 +++++++++++ > >> 1 file changed, 11 insertions(+) > >> > >> 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... Documentation/devicetree/booting-without-of.txt mentions it, as well as a couple of other DT bindings document, but there's no clear documentation of what device_type should be for network device, and whether the property is mandatory or optional. Clarifying the documentation would be great. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html