Skip to content

Commit

Permalink
ARM: tegra: Add CPU nodes to Tegra20 device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hiroshi Doyu authored and Stephen Warren committed Jan 28, 2013
1 parent 5681f76 commit 4dd2bd3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,23 @@
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
Expand Down

0 comments on commit 4dd2bd3

Please sign in to comment.