summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/emev2.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/emev2.dtsi')
-rw-r--r--dts/src/arm/emev2.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/dts/src/arm/emev2.dtsi b/dts/src/arm/emev2.dtsi
index 42ea246e71..fec1241b85 100644
--- a/dts/src/arm/emev2.dtsi
+++ b/dts/src/arm/emev2.dtsi
@@ -31,13 +31,13 @@
#address-cells = <1>;
#size-cells = <0>;
- cpu@0 {
+ cpu0: cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0>;
clock-frequency = <533000000>;
};
- cpu@1 {
+ cpu1: cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <1>;
@@ -57,6 +57,7 @@
compatible = "arm,cortex-a9-pmu";
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-affinity = <&cpu0>, <&cpu1>;
};
clocks@e0110000 {