diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-17 14:24:48 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-12 00:47:36 +0900 |
commit | c2aea8a4ab0168bc299d066d101997cd300e7678 (patch) | |
tree | 200db326759ef69c792728fbba8be5acf9011aae /arch/arm64/boot/dts/socionext | |
parent | 8311ca57ef879254188e847db04e8c0c18394aba (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>
Diffstat (limited to 'arch/arm64/boot/dts/socionext')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 8 |
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 @@ status = "okay"; }; +&gpio { + xirq4 { + gpio-hog; + gpios = <UNIPHIER_GPIO_IRQ(4) 0>; + input; + }; +}; + &i2c0 { status = "okay"; }; |