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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@
		};

		rtp: rtp@01c25000 {
			compatible = "allwinner,sun4i-ts";
			compatible = "allwinner,sun4i-a10-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <29>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@
		};

		rtp: rtp@01c25000 {
			compatible = "allwinner,sun4i-ts";
			compatible = "allwinner,sun4i-a10-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <29>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@
		};

		rtp: rtp@01c25000 {
			compatible = "allwinner,sun4i-ts";
			compatible = "allwinner,sun4i-a10-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <29>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@
		};

		rtp: rtp@01c25000 {
			compatible = "allwinner,sun4i-ts";
			compatible = "allwinner,sun4i-a10-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <0 29 4>;
		};