Commit b4f26440 authored by Maxime Ripard's avatar Maxime Ripard Committed by Daniel Lezcano

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent ec6c085c
...@@ -403,7 +403,7 @@ emac_pins_a: emac0@0 { ...@@ -403,7 +403,7 @@ emac_pins_a: emac0@0 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sun4i-timer"; compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <22>; interrupts = <22>;
clocks = <&osc24M>; clocks = <&osc24M>;
......
...@@ -366,7 +366,7 @@ i2c2_pins_a: i2c2@0 { ...@@ -366,7 +366,7 @@ i2c2_pins_a: i2c2@0 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sun4i-timer"; compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <22>; interrupts = <22>;
clocks = <&osc24M>; clocks = <&osc24M>;
......
...@@ -329,7 +329,7 @@ i2c2_pins_a: i2c2@0 { ...@@ -329,7 +329,7 @@ i2c2_pins_a: i2c2@0 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sun4i-timer"; compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <22>; interrupts = <22>;
clocks = <&osc24M>; clocks = <&osc24M>;
......
...@@ -231,7 +231,7 @@ apb2_rst: reset@01c202d8 { ...@@ -231,7 +231,7 @@ apb2_rst: reset@01c202d8 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sun4i-timer"; compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0xa0>; reg = <0x01c20c00 0xa0>;
interrupts = <0 18 4>, interrupts = <0 18 4>,
<0 19 4>, <0 19 4>,
......
...@@ -435,7 +435,7 @@ clk_out_b_pins_a: clk_out_b@0 { ...@@ -435,7 +435,7 @@ clk_out_b_pins_a: clk_out_b@0 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sun4i-timer"; compatible = "allwinner,sun4i-a10-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <0 22 4>, interrupts = <0 22 4>,
<0 23 4>, <0 23 4>,
......
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