[PATCH v1 1/2] dt-bindings: mediatek: update bindings for MT8183 systimer

2019-06-11 Thread Dehui Sun
This commit adds mt8183 compatible node in mtk-timer binding document. Signed-off-by: Dehui Sun --- Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation

[PATCH v1 0/2] add systimer node for MT8183 SoC

2019-06-11 Thread Dehui Sun
This series are based on 5.2-rc1 and add systimer node for MT8183, and this timer will serve as a wakeup-up source for cpu-idle feature. Dehui Sun (2): dt-bindings: mediatek: update bindings for MT8183 systimer arm64: dts: mt8183: add systimer0 device node Documentation/devicetree/bindings

[PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node

2019-06-11 Thread Dehui Sun
Add systimer0 device node for MT8183. Signed-off-by: Dehui Sun --- This patch is based on the following patches: https://patchwork.kernel.org/cover/10962385/ https://patchwork.kernel.org/patch/10983939/ --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 9 + 1 file changed, 9 insertions