diff options
author | Olof Johansson <olof@lixom.net> | 2013-06-07 16:38:54 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-07 16:39:38 -0700 |
commit | 54edc2524d0b3c60d7ff6fe2b779acfcc401c45b (patch) | |
tree | 2403e8f502cbb6ce48f7ccfbd3d4c8ebd00dda1b /arch/arm/boot/dts/omap3.dtsi | |
parent | fc20c6ffdd9875c42c9ff0d4233ed8960165633b (diff) | |
parent | 14c44aa541744d4cf06db89c27a1e6df293c64d5 (diff) | |
download | talos-obmc-linux-54edc2524d0b3c60d7ff6fe2b779acfcc401c45b.tar.gz talos-obmc-linux-54edc2524d0b3c60d7ff6fe2b779acfcc401c45b.zip |
Merge branch 'dts-cpus-updates' of git://linux-arm.org/linux-2.6-lp into next/dt
From Lorenzo Pieralisi, this is a series of patches that cleans up the CPU
nodes in most of the SoC dtsi files to conform to the standard bindings.
* 'dts-cpus-updates' of git://linux-arm.org/linux-2.6-lp:
ARM: dts: sunxi: cpus/cpu nodes dts updates
ARM: dts: spear: cpus/cpu nodes dts updates
ARM: dts: sh7372: cpus/cpu nodes dts updates
ARM: dts: r8a7740: cpus/cpu nodes dts updates
ARM: dts: pxa2xx: cpus/cpu nodes dts updates
ARM: dts: prima2: cpus/cpu node dts updates
ARM: dts: picoxcell: cpus/cpu nodes dts updates
ARM: dts: omap: cpus/cpu nodes dts updates
ARM: dts: lpc32xx: cpus/cpu nodes dts updates
ARM: dts: imx: cpus/cpu nodes dts updates
ARM: dts: exynos5440: cpus/cpu nodes dts updates
ARM: dts: at91: cpus/cpu node dts updates
ARM: dts: armada-370-xp: cpus/cpu node dts updates
ARM: dts: am33xx: cpus/cpu nodes dts updates
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 99ba6e14ebf3..0bbeff2afd4d 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -21,8 +21,13 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "arm,cortex-a8"; + device_type = "cpu"; + reg = <0x0>; }; }; |