arm: dts: rk3288: disable cpu3

Change-Id: I66b0338c85e7e765b2112438071611e8c00ec4c2
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
Jacob Chen
2017-02-21 09:02:51 +08:00
parent af967d8b77
commit 4fd013e55c

View File

@@ -81,7 +81,11 @@
<GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
#if 0
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
#else
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>;
#endif
};
cpus {
@@ -113,6 +117,7 @@
resets = <&cru SRST_CORE2>;
operating-points-v2 = <&cpu0_opp_table>;
};
#if 0
cpu3: cpu@503 {
device_type = "cpu";
compatible = "arm,cortex-a12";
@@ -120,6 +125,7 @@
resets = <&cru SRST_CORE3>;
operating-points-v2 = <&cpu0_opp_table>;
};
#endif
};
cpu0_opp_table: opp_table0 {