diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-01-11 08:26:55 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 12:40:41 -0500 |
commit | 4dd2bd3736d1c40a9bcc12bd6d9a9fd30e99aa7a (patch) | |
tree | 485d4458353966efe17a7bec65cc411a492be329 /arch/arm/boot/dts/tegra20.dtsi | |
parent | 5681f76576af872ced97e8c58ccab3c84a6627e6 (diff) |
ARM: tegra: Add CPU nodes to Tegra20 device tree
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index b8effa1cbda7..3398df6b4d2f 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi | |||
@@ -410,6 +410,23 @@ | |||
410 | status = "disabled"; | 410 | status = "disabled"; |
411 | }; | 411 | }; |
412 | 412 | ||
413 | cpus { | ||
414 | #address-cells = <1>; | ||
415 | #size-cells = <0>; | ||
416 | |||
417 | cpu@0 { | ||
418 | device_type = "cpu"; | ||
419 | compatible = "arm,cortex-a9"; | ||
420 | reg = <0>; | ||
421 | }; | ||
422 | |||
423 | cpu@1 { | ||
424 | device_type = "cpu"; | ||
425 | compatible = "arm,cortex-a9"; | ||
426 | reg = <1>; | ||
427 | }; | ||
428 | }; | ||
429 | |||
413 | pmu { | 430 | pmu { |
414 | compatible = "arm,cortex-a9-pmu"; | 431 | compatible = "arm,cortex-a9-pmu"; |
415 | interrupts = <0 56 0x04 | 432 | interrupts = <0 56 0x04 |