Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 614cd4a4 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux into fixes

Allwinner fixes from Maxime Ripard:

Two fixes for device trees additions that got added in 3.14. One fixes the
interrupt types of some IPs, the other fixes up a compatible that got
introduced during 3.14

* tag 'sunxi-fixes-for-3.14' of https://github.com/mripard/linux

:
  ARM: sunxi: dt: Change the touchscreen compatibles
  ARM: sun7i: dt: Fix interrupt trigger types

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 014325e9 40dd8f3b
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>;
		};
+6 −6
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@
		rtc: rtc@01c20d00 {
			compatible = "allwinner,sun7i-a20-rtc";
			reg = <0x01c20d00 0x20>;
			interrupts = <0 24 1>;
			interrupts = <0 24 4>;
		};

		sid: eeprom@01c23800 {
@@ -463,7 +463,7 @@
		};

		rtp: rtp@01c25000 {
			compatible = "allwinner,sun4i-ts";
			compatible = "allwinner,sun4i-a10-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <0 29 4>;
		};
@@ -596,10 +596,10 @@
		hstimer@01c60000 {
			compatible = "allwinner,sun7i-a20-hstimer";
			reg = <0x01c60000 0x1000>;
			interrupts = <0 81 1>,
				     <0 82 1>,
				     <0 83 1>,
				     <0 84 1>;
			interrupts = <0 81 4>,
				     <0 82 4>,
				     <0 83 4>,
				     <0 84 4>;
			clocks = <&ahb_gates 28>;
		};