2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 01:24:08 +08:00

ARM: dts: imx: align GPIO hog names with dtschema

dtschema for GPIO controllers expects GPIO hogs to end with 'hog'
suffix.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2020-09-20 21:57:49 +02:00 committed by Shawn Guo
parent 3650b228f8
commit 79bd11db8b
3 changed files with 6 additions and 6 deletions

View File

@ -451,7 +451,7 @@
"", "", "", "", "", "", "", "",
"", "", "", ""; "", "", "", "";
unused-sd3-wp-gpio { unused-sd3-wp-hog {
/* /*
* See pinctrl_esdhc1 below for more details on this * See pinctrl_esdhc1 below for more details on this
*/ */

View File

@ -330,28 +330,28 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gpio3_hog>; pinctrl-0 = <&pinctrl_gpio3_hog>;
usb-emulation { usb-emulation-hog {
gpio-hog; gpio-hog;
gpios = <19 GPIO_ACTIVE_HIGH>; gpios = <19 GPIO_ACTIVE_HIGH>;
output-low; output-low;
line-name = "usb-emulation"; line-name = "usb-emulation";
}; };
usb-mode1 { usb-mode1-hog {
gpio-hog; gpio-hog;
gpios = <20 GPIO_ACTIVE_HIGH>; gpios = <20 GPIO_ACTIVE_HIGH>;
output-high; output-high;
line-name = "usb-mode1"; line-name = "usb-mode1";
}; };
usb-pwr { usb-pwr-hog {
gpio-hog; gpio-hog;
gpios = <22 GPIO_ACTIVE_LOW>; gpios = <22 GPIO_ACTIVE_LOW>;
output-high; output-high;
line-name = "usb-pwr-ctrl-en-n"; line-name = "usb-pwr-ctrl-en-n";
}; };
usb-mode2 { usb-mode2-hog {
gpio-hog; gpio-hog;
gpios = <23 GPIO_ACTIVE_HIGH>; gpios = <23 GPIO_ACTIVE_HIGH>;
output-high; output-high;

View File

@ -110,7 +110,7 @@
}; };
&gpio5 { &gpio5 {
emmc-usd-mux { emmc-usd-mux-hog {
gpio-hog; gpio-hog;
gpios = <1 GPIO_ACTIVE_LOW>; gpios = <1 GPIO_ACTIVE_LOW>;
output-high; output-high;