Commit 40dd8f3b authored by Maxime Ripard's avatar Maxime Ripard

ARM: sunxi: dt: Change the touchscreen compatibles

Switch the device tree touchscreen compatibles to have a common pattern accross
all Allwinner SoCs. Since the touchscreen driver has not been merged yet, it
has no side effect.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 2f418987
...@@ -426,7 +426,7 @@ sid: eeprom@01c23800 { ...@@ -426,7 +426,7 @@ sid: eeprom@01c23800 {
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
}; };
......
...@@ -383,7 +383,7 @@ sid: eeprom@01c23800 { ...@@ -383,7 +383,7 @@ sid: eeprom@01c23800 {
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
}; };
......
...@@ -346,7 +346,7 @@ sid: eeprom@01c23800 { ...@@ -346,7 +346,7 @@ sid: eeprom@01c23800 {
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
}; };
......
...@@ -463,7 +463,7 @@ sid: eeprom@01c23800 { ...@@ -463,7 +463,7 @@ sid: eeprom@01c23800 {
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-ts"; compatible = "allwinner,sun4i-a10-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <0 29 4>; interrupts = <0 29 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