Skip to content

Commit 240b245

Browse files
committed
ARM: dts: rk3288: fix to timer0 for broadcast timer
Change-Id: I0dd9a367c2587391b17ab9bb3a4610abdee14816 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
1 parent 7f4985d commit 240b245

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,6 @@
268268
clock-frequency = <24000000>;
269269
};
270270

271-
timer: timer@ff810000 {
272-
compatible = "rockchip,rk3288-timer";
273-
reg = <0x0 0xff810000 0x0 0x20>;
274-
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
275-
clocks = <&xin24m>, <&cru PCLK_TIMER>;
276-
clock-names = "timer", "pclk";
277-
};
278-
279271
display-subsystem {
280272
compatible = "rockchip,display-subsystem";
281273
ports = <&vopl_out>, <&vopb_out>;
@@ -733,6 +725,14 @@
733725
status = "disabled";
734726
};
735727

728+
timer: timer@ff6b0000 {
729+
compatible = "rockchip,rk3288-timer";
730+
reg = <0x0 0xff6b0000 0x0 0x20>;
731+
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
732+
clocks = <&xin24m>, <&cru PCLK_TIMER>;
733+
clock-names = "timer", "pclk";
734+
};
735+
736736
bus_intmem@ff700000 {
737737
compatible = "mmio-sram";
738738
reg = <0x0 0xff700000 0x0 0x18000>;

0 commit comments

Comments
 (0)