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

[ Upstream commit 1c88458474f1ea79013d8b615ad5e94b9e2765af ]

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 MT8192 this divider is fixed to /2 and is not configurable.

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: 92c8d173a270 ("arm64: dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile")
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-3-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/mt8192.dtsi