Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355580
b: refs/heads/master
c: 7d19a34
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Stephen Warren committed Jan 28, 2013
1 parent c266125 commit 4a61c93
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dd2bd3736d1c40a9bcc12bd6d9a9fd30e99aa7a
refs/heads/master: 7d19a34a89b8c5401bfa56c96fe05c644ecaeafe
29 changes: 29 additions & 0 deletions trunk/arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,35 @@
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
Expand Down

0 comments on commit 4a61c93

Please sign in to comment.