Skip to content

Commit b3198e0

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: rename timer compatible strings for rk3066a
The compatible string "snps,dw-apb-timer-osc" was deprecated in place of "snps,dw-apb-timer". Rename the timer compatible strings in rk3066a.dtsi, so boot loaders like U-boot can use the timer node directly without conversion. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2120e48 commit b3198e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/rk3066a.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
};
219219

220220
timer2: timer@2000e000 {
221-
compatible = "snps,dw-apb-timer-osc";
221+
compatible = "snps,dw-apb-timer";
222222
reg = <0x2000e000 0x100>;
223223
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
224224
clocks = <&cru SCLK_TIMER2>, <&cru PCLK_TIMER2>;
@@ -239,15 +239,15 @@
239239
};
240240

241241
timer0: timer@20038000 {
242-
compatible = "snps,dw-apb-timer-osc";
242+
compatible = "snps,dw-apb-timer";
243243
reg = <0x20038000 0x100>;
244244
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
245245
clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>;
246246
clock-names = "timer", "pclk";
247247
};
248248

249249
timer1: timer@2003a000 {
250-
compatible = "snps,dw-apb-timer-osc";
250+
compatible = "snps,dw-apb-timer";
251251
reg = <0x2003a000 0x100>;
252252
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
253253
clocks = <&cru SCLK_TIMER1>, <&cru PCLK_TIMER1>;

0 commit comments

Comments
 (0)