diff options
author | Ian Ray <ian.ray@ge.com> | 2018-11-04 07:19:38 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-16 03:46:04 +0100 |
commit | 7dd9c42f2668821141690346ca58ecffdaa281f0 (patch) | |
tree | b89e01a6bf439bd63565f20c939e11e5c75e961d /arch/arm/boot/dts/imx6q-b450v3.dts | |
parent | ARM: dts: i.MX25: add the clocks for the EPIT blocks (diff) | |
download | linux-7dd9c42f2668821141690346ca58ecffdaa281f0.tar.xz linux-7dd9c42f2668821141690346ca58ecffdaa281f0.zip |
ARM: dts: imx6q-bx50v3: user-space watchdog GPIO configuration
Leave b{4,6}50v3 GPIO expander pca953x pins P05,P10,P11 unconfigured as
they are now used to implement an additional watchdog mechanism in user
space. P10,P11 pins remain unused (and therefore hogged) on b850v3.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-b450v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b450v3.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx6q-b450v3.dts b/arch/arm/boot/dts/imx6q-b450v3.dts index 3ec58500e9c2..95b8f2d71821 100644 --- a/arch/arm/boot/dts/imx6q-b450v3.dts +++ b/arch/arm/boot/dts/imx6q-b450v3.dts @@ -98,13 +98,6 @@ line-name = "PCA9539-P04"; }; - P05 { - gpio-hog; - gpios = <5 0>; - output-low; - line-name = "PCA9539-P05"; - }; - P07 { gpio-hog; gpios = <7 0>; |