mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rv1109: Delete cpu2 and cpu3 node
Change-Id: I5d80344ed7c948f7b1f7076281c4f13c87b65c8e Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -9,5 +9,16 @@
|
||||
|
||||
/ {
|
||||
compatible = "rockchip,rv1109";
|
||||
|
||||
cpus {
|
||||
/delete-node/ cpu@f02;
|
||||
/delete-node/ cpu@f03;
|
||||
};
|
||||
|
||||
arm-pmu {
|
||||
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-affinity = <&cpu0>, <&cpu1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user