Files
android_kernel_samsung_sm87…/qcom/sun-rumi.dtsi
Melody Olvera 0a6dffcb0d ARM: dts: msm: Update cpu ids, spin-table region, timer interrupts
Update cpu ids, spin-table region, and timer interrupts on sun
to enable multicore boot.

Change-Id: Ibc25a86992dddc997c58e8e10a749b3c79731244
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
2023-04-26 11:39:17 -07:00

20 lines
332 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 = <192000>;
};
&memtimer {
clock-frequency = <192000>;
};