commit | 6a779974171e1539e33a183087f8b38d67c81a7a | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Jul 11 14:26:24 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:30 2019 -0400 |
tree | dd5cf04d59d4916bf4867b6c13b53037ae201734 | |
parent | 4872d93f1ca0b409b17e75a112ad15d9fd7d8858 [diff] |
arm: dts: MediaTek: fix clock order for timer0 node of mt7629.dtsi The timer0 node has its two clocks written in reversed order. The timer0 is used as the tick timer which causes a problem that the time a delay function used is 4 times longer. This patch reverses these two clocks to solve this issue.