summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/uniphier-ld6b-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-18 13:24:36 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-10-24 02:09:01 +0900
commit346d64d380672f106c6ab8a4911d447816131b62 (patch)
treeb82746ae694fabd6b1dece1fbf8262ae0540c836 /arch/arm/boot/dts/uniphier-ld6b-ref.dts
parent2bef7ca3798f2c3001ba4bbc7b998ec784ee997a (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld6b-ref.dts')
-rw-r--r--arch/arm/boot/dts/uniphier-ld6b-ref.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts
index ec2a09844b96..0e510a725976 100644
--- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts
+++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts
@@ -55,6 +55,14 @@
status = "okay";
};
+&gpio {
+ xirq4 {
+ gpio-hog;
+ gpios = <124 0>;
+ input;
+ };
+};
+
&i2c0 {
status = "okay";
};