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

dt-bindings: add more MediaTek SoC to mtk-timer binding

Add compatible string for mt8127, mt8135 and mt8173 and sort
the list.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Yingjoe Chen and committed by
Matthias Brugger
013f2a23 d4499e25

+5 -3
+5 -3
Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
··· 3 3 4 4 Required properties: 5 5 - compatible should contain: 6 - * "mediatek,mt6589-timer" for MT6589 compatible timers 7 6 * "mediatek,mt6580-timer" for MT6580 compatible timers 8 - * "mediatek,mt6577-timer" for all compatible timers (MT6589, MT6580, 9 - MT6577) 7 + * "mediatek,mt6589-timer" for MT6589 compatible timers 8 + * "mediatek,mt8127-timer" for MT8127 compatible timers 9 + * "mediatek,mt8135-timer" for MT8135 compatible timers 10 + * "mediatek,mt8173-timer" for MT8173 compatible timers 11 + * "mediatek,mt6577-timer" for MT6577 and all above compatible timers 10 12 - reg: Should contain location and length for timers register. 11 13 - clocks: Clocks driving the timer hardware. This list should include two 12 14 clocks. The order is system clock and as second clock the RTC clock.