ARM: sunxi: dt: Update timer compatible string
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
69144e3baf
commit
b6e1a53b20
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue