On 05/17/2013 05:20 PM, 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]>
> ---
>  arch/arm/boot/dts/armada-370-xp.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi 
> b/arch/arm/boot/dts/armada-370-xp.dtsi
> index 272bbc6..2407903 100644
> --- a/arch/arm/boot/dts/armada-370-xp.dtsi
> +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
> @@ -23,8 +23,12 @@
>       compatible = "marvell,armada-370-xp";
>  
>       cpus {
> +             #address-cells = <1>;
> +             #size-cells = <0>;
>               cpu@0 {
>                       compatible = "marvell,sheeva-v7";
> +                     device_type = "cpu";
> +                     reg = <0>;
>               };
>       };
>  
> 

Acked-by: Gregory CLEMENT <[email protected]>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to