Commit b6e1a53b authored by Maxime Ripard's avatar Maxime Ripard

ARM: sunxi: dt: Update timer compatible string

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 69144e3b
...@@ -208,7 +208,7 @@ uart1_pins_a: uart1@0 { ...@@ -208,7 +208,7 @@ uart1_pins_a: uart1@0 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sunxi-timer"; compatible = "allwinner,sun4i-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <22>; interrupts = <22>;
clocks = <&osc24M>; clocks = <&osc24M>;
......
...@@ -202,7 +202,7 @@ uart1_pins_b: uart1@1 { ...@@ -202,7 +202,7 @@ uart1_pins_b: uart1@1 {
}; };
timer@01c20c00 { timer@01c20c00 {
compatible = "allwinner,sunxi-timer"; compatible = "allwinner,sun4i-timer";
reg = <0x01c20c00 0x90>; reg = <0x01c20c00 0x90>;
interrupts = <22>; interrupts = <22>;
clocks = <&osc24M>; clocks = <&osc24M>;
......
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