diff options
author | Ian Ray <ian.ray@ge.com> | 2018-11-04 09:19:38 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-16 05:46:04 +0300 |
commit | 7dd9c42f2668821141690346ca58ecffdaa281f0 (patch) | |
tree | b89e01a6bf439bd63565f20c939e11e5c75e961d /arch/arm/boot/dts/imx6q-b650v3.dts | |
parent | bdccbb79e4f0732ef49d6f2e6fb13cea5879354b (diff) | |
download | linux-7dd9c42f2668821141690346ca58ecffdaa281f0.tar.xz |
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-b650v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b650v3.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx6q-b650v3.dts b/arch/arm/boot/dts/imx6q-b650v3.dts index 5650a9b11091..611cb7ae7e55 100644 --- a/arch/arm/boot/dts/imx6q-b650v3.dts +++ b/arch/arm/boot/dts/imx6q-b650v3.dts @@ -91,13 +91,6 @@ }; &pca9539 { - P05 { - gpio-hog; - gpios = <5 0>; - output-low; - line-name = "PCA9539-P05"; - }; - P07 { gpio-hog; gpios = <7 0>; |