On Fri, Sep 12, 2014 at 10:58:37AM +0200, Geert Uytterhoeven wrote: > Hi Ulrich, > > I know this is not your fault, but... > > On Fri, Sep 12, 2014 at 10:51 AM, Ulrich Hecht > <ulrich.hecht+renesas@xxxxxxxxx> wrote: > > + reg_1p8v: regulator@0 { > > As there is no "reg" property, the "@0" must not be present. > However, in the absence of a unit-address, the node name must be unique. Bother. Ulrich, could you correct this and other problems raised by Geert in relation to other patches; rebase this series; and repost? Ideally I would like to include these patches early on in the cycle for v3.19. > > + compatible = "regulator-fixed"; > > + regulator-name = "fixed-1.8V"; > > + regulator-min-microvolt = <1800000>; > > + regulator-max-microvolt = <1800000>; > > + regulator-always-on; > > + regulator-boot-on; > > + }; > > + > > + reg_3p3v: regulator@1 { > > Likewise. > > > + compatible = "regulator-fixed"; > > + regulator-name = "fixed-3.3V"; > > + regulator-min-microvolt = <3300000>; > > + regulator-max-microvolt = <3300000>; > > + regulator-always-on; > > + regulator-boot-on; > > + }; > > 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 linux-sh" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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