commit | 58067b0de1e5d8a07ccb8c3a5497beaa0e043c6b | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@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 | 1b96da67a0f5c70e4096bec9ce0769925f70513f [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. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>