Hi Laurent, On Fri, May 23, 2014 at 1:08 AM, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: >> - cpg_clocks: cpg_clocks@0xe6150000 { >> + cpg_clocks: cpg_clocks@0xffc80000 { > > No need for a 0x prefix. Thanks, missed that one. >> compatible = "renesas,r8a7779-cpg-clocks"; >> - reg = <0 0xffc80000 0 0x30>; >> + reg = <0xffc80000 0x30>; > > This looks good. > >> clocks = <&extal_clk>; >> #clock-cells = <1>; >> clock-output-names = "plla", "z", "zs", "s", >> @@ -342,10 +342,10 @@ >> }; >> >> /* Gate clocks */ >> - mstp0_clks: mstp0_clks { >> + mstp0_clks: mstp0_clks@ffc80030 { > > The @address is only mandatory to differentiate between nodes with identical > names. As the node name is supposed to describe the device function, maybe we > could rename it to clocks@ffc80030 ? As you modify the CPG node address above > it might make sense to rename it to clocks@ffc80000 too. Sounds good! > I'm not advocating for a rename now, but as your patch touches the names, I > think they should be fixed properly (or not at all). In hindsight, I should have separated the fix and the "obvious small things", as the latter are subject to bike-shedding ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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 -- 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