arm: dts: MediaTek: fix clock order for timer0 node of mt7629.dtsi
authorWeijie Gao <weijie.gao@mediatek.com>
Thu, 11 Jul 2019 06:26:24 +0000 (14:26 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:31:30 +0000 (11:31 -0400)
commit58067b0de1e5d8a07ccb8c3a5497beaa0e043c6b
treedd5cf04d59d4916bf4867b6c13b53037ae201734
parent1b96da67a0f5c70e4096bec9ce0769925f70513f
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>
arch/arm/dts/mt7629.dtsi