提交 346d64d3 编写于 作者: M 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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 2bef7ca3
...@@ -53,6 +53,14 @@ ...@@ -53,6 +53,14 @@
status = "okay"; status = "okay";
}; };
&gpio {
xirq1 {
gpio-hog;
gpios = <121 0>;
input;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
}; };
......
...@@ -55,6 +55,14 @@ ...@@ -55,6 +55,14 @@
status = "okay"; status = "okay";
}; };
&gpio {
xirq4 {
gpio-hog;
gpios = <124 0>;
input;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
}; };
......
...@@ -55,6 +55,14 @@ ...@@ -55,6 +55,14 @@
status = "okay"; status = "okay";
}; };
&gpio {
xirq2 {
gpio-hog;
gpios = <122 0>;
input;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
}; };
......
...@@ -53,6 +53,14 @@ ...@@ -53,6 +53,14 @@
status = "okay"; status = "okay";
}; };
&gpio {
xirq0 {
gpio-hog;
gpios = <120 0>;
input;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册