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

Commit 15e85695 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: add GPIO hog definition



Interrupt lines from on-board devices are connected to the GPIO
controller.  Add GPIO hogging so that the corresponding GPIO line
is automatically requested.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 429f203e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -48,6 +48,14 @@
	status = "okay";
};

&gpio {
	xirq0 {
		gpio-hog;
		gpios = <120 0>;
		input;
	};
};

&i2c0 {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -48,6 +48,14 @@
	status = "okay";
};

&gpio {
	xirq0 {
		gpio-hog;
		gpios = <120 0>;
		input;
	};
};

&i2c0 {
	status = "okay";
};