On Sun, Jun 5, 2016 at 10:51 AM, Stefan Wahren <stefan.wahren@xxxxxxxx> wrote: > This patch adds the missing reg properties for the regulator nodes > in order to fix the dtc warnings. > > Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx> > --- > arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi b/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi > index 8859474..581e85f 100644 > --- a/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi > +++ b/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi > @@ -84,6 +84,7 @@ > > reg_3p3v: regulator@0 { > compatible = "regulator-fixed"; > + reg = <0>; The proper fix here would be to remove "@0" instead. -- 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