ARM: tegra: Add CPU nodes to Tegra30 device tree
authorHiroshi Doyu <hdoyu@nvidia.com>
Fri, 11 Jan 2013 13:11:54 +0000 (15:11 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 17:40:49 +0000 (10:40 -0700)
Add CPU node for Tegra30.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra30.dtsi

index 529fdb82dfdb9683405a02c86e42e0850590f633..d7f5b54e61decb87744cbfb29cd006f718b5b809 100644 (file)
                status = "disabled";
        };
 
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               cpu@0 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a9";
+                       reg = <0>;
+               };
+
+               cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a9";
+                       reg = <1>;
+               };
+
+               cpu@2 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a9";
+                       reg = <2>;
+               };
+
+               cpu@3 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a9";
+                       reg = <3>;
+               };
+       };
+
        pmu {
                compatible = "arm,cortex-a9-pmu";
                interrupts = <0 144 0x04