aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-17 00:24:48 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-11 10:47:36 -0500
commitc2aea8a4ab0168bc299d066d101997cd300e7678 (patch)
tree200db326759ef69c792728fbba8be5acf9011aae
parent8311ca57ef879254188e847db04e8c0c18394aba (diff)
arm64: dts: uniphier: add GPIO hog definition for PXs3
Commit 15e85695e500 ("arm64: dts: uniphier: add GPIO hog definition") missed to update the PXs3 DTS for some reason. Do it now. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
index f9f06fcfb94a..c933fcc79225 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
@@ -45,6 +45,14 @@
45 status = "okay"; 45 status = "okay";
46}; 46};
47 47
48&gpio {
49 xirq4 {
50 gpio-hog;
51 gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
52 input;
53 };
54};
55
48&i2c0 { 56&i2c0 {
49 status = "okay"; 57 status = "okay";
50}; 58};