Commit c2aea8a4 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: add GPIO hog definition for PXs3

Commit 15e85695 ("arm64: dts: uniphier: add GPIO hog definition")
missed to update the PXs3 DTS for some reason.  Do it now.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8311ca57
......@@ -45,6 +45,14 @@ &serial0 {
status = "okay";
};
&gpio {
xirq4 {
gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
input;
};
};
&i2c0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment