Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: timer: mediatek: update bindings for MT7629 SoC

Update the binding for MT7629 SoC, which uses fallback compatible to
MT6765 SYST, so add more descriptions to distinguish it from the other
SoCs that use GPT.

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Ryder Lee and committed by
Daniel Lezcano
2e876b5d b9307420

+8 -3
+8 -3
Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
··· 1 - Mediatek Timers 1 + MediaTek Timers 2 2 --------------- 3 3 4 - Mediatek SoCs have two different timers on different platforms, 4 + MediaTek SoCs have two different timers on different platforms, 5 5 - GPT (General Purpose Timer) 6 6 - SYST (System Timer) 7 7 ··· 9 9 10 10 Required properties: 11 11 - compatible should contain: 12 + For those SoCs that use GPT 12 13 * "mediatek,mt2701-timer" for MT2701 compatible timers (GPT) 13 14 * "mediatek,mt6580-timer" for MT6580 compatible timers (GPT) 14 15 * "mediatek,mt6589-timer" for MT6589 compatible timers (GPT) ··· 18 17 * "mediatek,mt8135-timer" for MT8135 compatible timers (GPT) 19 18 * "mediatek,mt8173-timer" for MT8173 compatible timers (GPT) 20 19 * "mediatek,mt6577-timer" for MT6577 and all above compatible timers (GPT) 21 - * "mediatek,mt6765-timer" for MT6765 compatible timers (SYST) 20 + 21 + For those SoCs that use SYST 22 + * "mediatek,mt7629-timer" for MT7629 compatible timers (SYST) 23 + * "mediatek,mt6765-timer" for MT6765 and all above compatible timers (SYST) 24 + 22 25 - reg: Should contain location and length for timer register. 23 26 - clocks: Should contain system clock. 24 27