On Sun, Nov 13, 2016 at 3:23 PM, Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> wrote: > bootrom has a reg property so the unit name should contain an address. > > Signed-off-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/armada-370.dtsi | 2 +- > arch/arm/boot/dts/armada-xp.dtsi | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi > index 079494e52554..7598fb013355 100644 > --- a/arch/arm/boot/dts/armada-370.dtsi > +++ b/arch/arm/boot/dts/armada-370.dtsi > @@ -65,7 +65,7 @@ > soc { > compatible = "marvell,armada370-mbus", "simple-bus"; > > - bootrom { > + bootrom@01_e0_0 { Please add documentation as to what the unit address format is. Really, since you claim compatibility with simple-bus, you should not deviate from the simple-bus format. Drop the leading zero and use ',' not '_'. I know the DT spec / ePAPR allows more, but convention is more restricted. Rob > compatible = "marvell,bootrom"; > reg = <MBUS_ID(0x01, 0xe0) 0 0x100000>; > }; -- 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