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

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
......@@ -48,6 +48,14 @@ &serial0 {
status = "okay";
};
&gpio {
xirq0 {
gpio-hog;
gpios = <120 0>;
input;
};
};
&i2c0 {
status = "okay";
};
......
......@@ -48,6 +48,14 @@ &serial0 {
status = "okay";
};
&gpio {
xirq0 {
gpio-hog;
gpios = <120 0>;
input;
};
};
&i2c0 {
status = "okay";
};
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