From 59f43a1541153aa8da786a05707f41a3f79d9ff7 Mon Sep 17 00:00:00 2001 From: Keval Kulkarni Date: Tue, 10 Sep 2024 15:12:53 +0530 Subject: [PATCH] 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 --- qcom/sdxkova.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index f7a2668b..5ba8c1d5 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -17,6 +17,16 @@ hyplog-size-offset = <0x414>; }; + /delete-node/ timer; + + arch_timer: timer { + compatible = "arm,armv8-timer"; + interrupts = , + , + , + ; + }; + /delete-node/ reserved-memory; reserved_memory: reserved-memory {