Message ID | 1510896288-31212-4-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | c2aea8a4ab0168bc299d066d101997cd300e7678 |
Headers | show |
Series | None | expand |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index 5c5e9cb..c36106f 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"; };
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> --- arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.7.4