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

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/tegra20.dtsi

index b8effa1cbda7331078d9d85bcc3d7a9bf9a891d3..3398df6b4d2f9589936caf936352de54d4d7b10c 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>;
+               };
+       };
+
        pmu {
                compatible = "arm,cortex-a9-pmu";
                interrupts = <0 56 0x04
This page took 0.025443 seconds and 5 git commands to generate.