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

Commit 82bce9cf authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Remove redundant interrupt properties in gpio-keys on Odroid boards



GPIO keys don't need interrupt property. Interrupt number can be derived
directly from the GPIO pin definition, so remove redundant 'interrupts'
and 'interrupt-parent' properties from gpio-keys nodes on
Exynos4412-based Odroid boards.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 227c23b5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@
		pinctrl-0 = <&gpio_power_key>;

		power_key {
			interrupt-parent = <&gpx1>;
			interrupts = <3 IRQ_TYPE_NONE>;
			gpios = <&gpx1 3 GPIO_ACTIVE_LOW>;
			linux,code = <KEY_POWER>;
			label = "power key";
+0 −2
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@
		pinctrl-0 = <&gpio_power_key &gpio_home_key>;

		home_key {
			interrupt-parent = <&gpx2>;
			interrupts = <2 IRQ_TYPE_NONE>;
			gpios = <&gpx2 2 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_HOME>;
			label = "home key";