On Fri, Oct 21, 2016 at 9:12 AM, <aford173@xxxxxxxxx> wrote: > From: Adam Ford <aford173@xxxxxxxxx> > Tony, Is there any way to add this into the 4.9-RCx series? > Commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") added > the memory node, but the patch didn't have the correct starting address. > > This patch fixes the correct starting address. > > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> > > diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > index 731ec37..8f9a69c 100644 > --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > @@ -13,9 +13,9 @@ > }; > }; > > - memory@0 { > + memory@80000000 { > device_type = "memory"; > - reg = <0 0>; > + reg = <0x80000000 0>; > }; > > leds { > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html