arm: dts: rk3288: disable cpu3
Change-Id: I66b0338c85e7e765b2112438071611e8c00ec4c2 Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user