ARM: dts: msm: Added arch_timer in sdxkova SoC DT
Upsteam DT does not have phandle for the armv8-timer node, hence DT overlay is failing during ABL as phandle is necessary for the overlay. Hence removed the timer node which was included via upstream DT and added it along with a phandle. Change-Id: Iba5b3ec985814fa44125c5918900dbf87cb45a6b Signed-off-by: Keval Kulkarni <quic_kevalbha@quicinc.com>
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
hyplog-size-offset = <0x414>;
|
||||
};
|
||||
|
||||
/delete-node/ timer;
|
||||
|
||||
arch_timer: timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
<GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
};
|
||||
|
||||
/delete-node/ reserved-memory;
|
||||
|
||||
reserved_memory: reserved-memory {
|
||||
|
Reference in New Issue
Block a user