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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
2bef7ca379
commit
346d64d380
@ -53,6 +53,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio {
|
||||
xirq1 {
|
||||
gpio-hog;
|
||||
gpios = <121 0>;
|
||||
input;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -55,6 +55,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio {
|
||||
xirq4 {
|
||||
gpio-hog;
|
||||
gpios = <124 0>;
|
||||
input;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -55,6 +55,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio {
|
||||
xirq2 {
|
||||
gpio-hog;
|
||||
gpios = <122 0>;
|
||||
input;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -53,6 +53,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio {
|
||||
xirq0 {
|
||||
gpio-hog;
|
||||
gpios = <120 0>;
|
||||
input;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user