[RFC PATCH v3 14/17] ARM: dts: sh7372: cpus/cpu nodes dts updates
Simon Horman
horms at verge.net.au
Wed Apr 24 20:06:46 EDT 2013
On Wed, Apr 24, 2013 at 06:28:19PM +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 <lorenzo.pieralisi at arm.com>
Acked-by: Simon Horman <horms+renesas at verge.net.au>
> ---
> arch/arm/boot/dts/sh7372.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi
> index 677fc60..7bf020e 100644
> --- a/arch/arm/boot/dts/sh7372.dtsi
> +++ b/arch/arm/boot/dts/sh7372.dtsi
> @@ -14,8 +14,13 @@
> compatible = "renesas,sh7372";
>
> cpus {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> cpu at 0 {
> compatible = "arm,cortex-a8";
> + device_type = "cpu";
> + reg = <0x0>;
> };
> };
> };
> --
> 1.7.12
>
>
More information about the linux-arm-kernel
mailing list