On Wed, Apr 24, 2013 at 06:28:18PM +0100, Lorenzo Pieralisi wrote: > This patch updates the in-kernel dts files according to the latest cpus > and cpu bindings updates for ARM. > > Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Simon Horman <[email protected]> > --- > arch/arm/boot/dts/r8a7740.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi > index 798fa35..8a831e9 100644 > --- a/arch/arm/boot/dts/r8a7740.dtsi > +++ b/arch/arm/boot/dts/r8a7740.dtsi > @@ -14,8 +14,12 @@ > compatible = "renesas,r8a7740"; > > cpus { > + #address-cells = <1>; > + #size-cells = <0>; > cpu@0 { > compatible = "arm,cortex-a9"; > + device_type = "cpu"; > + reg = <0x0>; > }; > }; > }; > -- > 1.7.12 > > _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
