Files
android_kernel_samsung_sm87…/qcom/sun-rumi.dtsi
Melody Olvera 8f71e16f99 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 <quic_molvera@quicinc.com>
2023-06-30 16:26:26 -07:00

24 lines
376 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&reserved_memory {
spintable: spintable_region@90000000 {
no-map;
reg = <0x0 0x90000000 0x0 0x100000>;
};
};
&arch_timer {
clock-frequency = <500000>;
};
&memtimer {
clock-frequency = <500000>;
};
&qupv3_se7_2uart {
qcom,rumi_platform;
};