Re: [PATCH v3 16/17] arm64: dts: mediatek: fix systimer properties

From: AngeloGioacchino Del Regno
Date: Wed Mar 29 2023 - 09:30:00 EST


Il 29/03/23 10:54, amergnat@xxxxxxxxxxxx ha scritto:
From: Amjad Ouled-Ameur <aouledameur@xxxxxxxxxxxx>

MT8365 has a SYST timer (System Timer), therefore the compatible node
should be "mediatek,mt6765-timer" instead of "mediatek,mt6795-systimer"
(which corresponds to ARM/ARM64 System Timer).

Plus, register range should be 0x100 instead of 0x10.

Finally, interrupt polarity of systimer is LEVEL_HIGH.

Fix the above properties accordingly.

Signed-off-by: Amjad Ouled-Ameur <aouledameur@xxxxxxxxxxxx>
Signed-off-by: Alexandre Mergnat <amergnat@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>