]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 1 Dec 2022 08:42:28 +0000 (16:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:34 +0000 (09:32 +0100)
commit9564af03ae0f63ca0eaed80977114c8a9d2fa1d8
tree0b3bc71c218795a7bee3a8f6562f9995ed1edf5f
parent5f63f59517328d3c3d8226e99b37e9ac34fb3e1f
arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description

[ Upstream commit 32e277d02b1733ff4c5006ec939ed819e659bf81 ]

The systimer block derives its 13 MHz clock by dividing the main 26 MHz
oscillator clock by 2 internally, not through the TOPCKGEN clock
controller.

On the MT8195 this divider is set either by power-on-reset or by the
bootloader. The bootloader may then make the divider unconfigurable to,
but can be read out by, the operating system.

Making the systimer block take the 26 MHz clock directly requires
changing the implementations. As an ABI compatible fix, change the
input clock of the systimer block a fixed factor divide-by-2 clock
that takes the 26 MHz oscillator as its input.

Fixes: dbcccf8819de ("arm64: dts: Add mediatek SoC mt8195 and evaluation board")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221201084229.3464449-4-wenst@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8195.dtsi