mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: mediatek: mt6582: add mt6582 compatible to timer
Bindings already have mt6582 compatible for timer, so add that to DTSI. While at it, remove clock-names property (which is not required by timer node) and fix node address. Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
5f3204e33a
commit
f6b85f1cec
@@ -66,12 +66,11 @@
|
||||
reg = <0x10007000 0x100>;
|
||||
};
|
||||
|
||||
timer: timer@11008000 {
|
||||
compatible = "mediatek,mt6577-timer";
|
||||
timer: timer@10008000 {
|
||||
compatible = "mediatek,mt6582-timer", "mediatek,mt6577-timer";
|
||||
reg = <0x10008000 0x80>;
|
||||
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&system_clk>, <&rtc_clk>;
|
||||
clock-names = "system-clk", "rtc-clk";
|
||||
};
|
||||
|
||||
sysirq: interrupt-controller@10200100 {
|
||||
|
||||
Reference in New Issue
Block a user