From 8f71e16f99230faf6095a604d95c3e85ac4d985d Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Fri, 30 Jun 2023 14:47:51 -0700 Subject: [PATCH] ARM: dts: msm: Adjust RUMI arch timer and memtimer frequencies on sun Adjust arch timer and memtimer frequencies on the sun RUMI to stop IRQ storms during boot. Change-Id: Ic34a125763701ec115db82cd5ed5259fb3bd9a28 Signed-off-by: Melody Olvera --- qcom/sun-rumi.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/sun-rumi.dtsi b/qcom/sun-rumi.dtsi index 485d3902..3d978721 100644 --- a/qcom/sun-rumi.dtsi +++ b/qcom/sun-rumi.dtsi @@ -11,11 +11,11 @@ }; &arch_timer { - clock-frequency = <192000>; + clock-frequency = <500000>; }; &memtimer { - clock-frequency = <192000>; + clock-frequency = <500000>; }; &qupv3_se7_2uart {