Commit d0883915 authored by Ken Lin's avatar Ken Lin Committed by Shawn Guo

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: default avatarKen Lin <ken.lin@advantech.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c1ae3cfa
...@@ -104,4 +104,11 @@ P05 { ...@@ -104,4 +104,11 @@ P05 {
output-low; output-low;
line-name = "PCA9539-P05"; line-name = "PCA9539-P05";
}; };
P07 {
gpio-hog;
gpios = <7 0>;
output-low;
line-name = "PCA9539-P07";
};
}; };
...@@ -97,6 +97,13 @@ P05 { ...@@ -97,6 +97,13 @@ P05 {
output-low; output-low;
line-name = "PCA9539-P05"; line-name = "PCA9539-P05";
}; };
P07 {
gpio-hog;
gpios = <7 0>;
output-low;
line-name = "PCA9539-P07";
};
}; };
&usbphy1 { &usbphy1 {
......
...@@ -183,20 +183,6 @@ pca9539: pca9539@74 { ...@@ -183,20 +183,6 @@ pca9539: pca9539@74 {
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <3 IRQ_TYPE_LEVEL_LOW>; 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 { P10 {
gpio-hog; gpio-hog;
gpios = <8 0>; gpios = <8 0>;
......
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