Commit 346d64d3 authored by Masahiro Yamada's avatar Masahiro Yamada

ARM: 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 2bef7ca3
......@@ -53,6 +53,14 @@ &serial3 {
status = "okay";
};
&gpio {
xirq1 {
gpio-hog;
gpios = <121 0>;
input;
};
};
&i2c0 {
status = "okay";
};
......
......@@ -55,6 +55,14 @@ &serial2 {
status = "okay";
};
&gpio {
xirq4 {
gpio-hog;
gpios = <124 0>;
input;
};
};
&i2c0 {
status = "okay";
};
......
......@@ -55,6 +55,14 @@ &serial2 {
status = "okay";
};
&gpio {
xirq2 {
gpio-hog;
gpios = <122 0>;
input;
};
};
&i2c0 {
status = "okay";
};
......
......@@ -53,6 +53,14 @@ &serial3 {
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