Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: sunxi: dt: Convert to the new clocksource compatible

Switch the device tree to the new compatibles introduced in the timer driver
to have a common pattern accross all Allwinner SoCs.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Maxime Ripard and committed by
Daniel Lezcano
b4f26440 ec6c085c

+5 -5
+1 -1
arch/arm/boot/dts/sun4i-a10.dtsi
··· 403 403 }; 404 404 405 405 timer@01c20c00 { 406 - compatible = "allwinner,sun4i-timer"; 406 + compatible = "allwinner,sun4i-a10-timer"; 407 407 reg = <0x01c20c00 0x90>; 408 408 interrupts = <22>; 409 409 clocks = <&osc24M>;
+1 -1
arch/arm/boot/dts/sun5i-a10s.dtsi
··· 366 366 }; 367 367 368 368 timer@01c20c00 { 369 - compatible = "allwinner,sun4i-timer"; 369 + compatible = "allwinner,sun4i-a10-timer"; 370 370 reg = <0x01c20c00 0x90>; 371 371 interrupts = <22>; 372 372 clocks = <&osc24M>;
+1 -1
arch/arm/boot/dts/sun5i-a13.dtsi
··· 329 329 }; 330 330 331 331 timer@01c20c00 { 332 - compatible = "allwinner,sun4i-timer"; 332 + compatible = "allwinner,sun4i-a10-timer"; 333 333 reg = <0x01c20c00 0x90>; 334 334 interrupts = <22>; 335 335 clocks = <&osc24M>;
+1 -1
arch/arm/boot/dts/sun6i-a31.dtsi
··· 231 231 }; 232 232 233 233 timer@01c20c00 { 234 - compatible = "allwinner,sun4i-timer"; 234 + compatible = "allwinner,sun4i-a10-timer"; 235 235 reg = <0x01c20c00 0xa0>; 236 236 interrupts = <0 18 4>, 237 237 <0 19 4>,
+1 -1
arch/arm/boot/dts/sun7i-a20.dtsi
··· 435 435 }; 436 436 437 437 timer@01c20c00 { 438 - compatible = "allwinner,sun4i-timer"; 438 + compatible = "allwinner,sun4i-a10-timer"; 439 439 reg = <0x01c20c00 0x90>; 440 440 interrupts = <0 22 4>, 441 441 <0 23 4>,