diff options
author | Ken Lin <yungching0725@gmail.com> | 2017-02-03 02:21:14 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-07 12:38:34 +0100 |
commit | d08839153049ac175f4f13181bc20636dd473f38 (patch) | |
tree | a75a7b43290e24481f957a5729f39ec110357144 /arch/arm/boot/dts/imx6q-bx50v3.dtsi | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-d08839153049ac175f4f13181bc20636dd473f38.tar.xz linux-d08839153049ac175f4f13181bc20636dd473f38.zip |
ARM: dts: imx6q-bx50v3: change pca953x GPIO default settings
Leave pca953x P06,P07 pins on b850v3 platform and P06 pin on
b450v3/b650v3 unconfigured in the kernel space since they could be
configured as DP1_RST and DP2_RST by the applications for the DP FW
update support.
Signed-off-by: Ken Lin <ken.lin@advantech.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-bx50v3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-bx50v3.dtsi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index 36d6bb39593a..fd0a36c10624 100644 --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi @@ -183,20 +183,6 @@ interrupt-parent = <&gpio2>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>; - P06 { - gpio-hog; - gpios = <6 0>; - output-low; - line-name = "PCA9539-P06"; - }; - - P07 { - gpio-hog; - gpios = <7 0>; - output-low; - line-name = "PCA9539-P07"; - }; - P10 { gpio-hog; gpios = <8 0>; |