Commit ce68cc6f authored by Ryder Lee's avatar Ryder Lee Committed by Matthias Brugger

arm64: dts: mt7622: Drop the general purpose timer node

MediaTeks general purpose timer register into system in early phase
during kernel boot, but the clock sources aren't probed at this point.

The system has the ARM architecture timer, so we don't need the GPT
timer from mediatek. Drop the DT node for it.

Fixes: 9cc7f0de ("arm64: dts: mt7622: add timer, CCI-400 and PMU nodes")
Signed-off-by: default avatarRyder Lee <ryder.lee@mediatek.com>
[mb: fix commit message]
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 396defa8
......@@ -227,16 +227,6 @@ pericfg: pericfg@10002000 {
#reset-cells = <1>;
};
timer: timer@10004000 {
compatible = "mediatek,mt7622-timer",
"mediatek,mt6577-timer";
reg = <0 0x10004000 0 0x80>;
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_LOW>;
clocks = <&infracfg CLK_INFRA_APXGPT_PD>,
<&topckgen CLK_TOP_RTC>;
clock-names = "system-clk", "rtc-clk";
};
scpsys: scpsys@10006000 {
compatible = "mediatek,mt7622-scpsys",
"syscon";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment