diff options
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2013-04-18 18:35:59 +0100 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2013-05-23 10:45:14 +0100 |
commit | eeb25fd5913961562f1f4197b5485cafa54f4fe1 (patch) | |
tree | 1b6eba325eace025b637d853a58294fc6765bda5 /arch/arm/boot/dts/omap4.dtsi | |
parent | 73158b77c97bebdf10533a31044c45e078b43507 (diff) | |
download | blackbird-op-linux-eeb25fd5913961562f1f4197b5485cafa54f4fe1.tar.gz blackbird-op-linux-eeb25fd5913961562f1f4197b5485cafa54f4fe1.zip |
ARM: dts: omap: cpus/cpu nodes dts updates
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@arm.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 2a5642882c8a..33a94509a292 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -28,13 +28,20 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "arm,cortex-a9"; + device_type = "cpu"; next-level-cache = <&L2>; + reg = <0x0>; }; cpu@1 { compatible = "arm,cortex-a9"; + device_type = "cpu"; next-level-cache = <&L2>; + reg = <0x1>; }; }; |