Commit 79bd11db authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

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

dtschema for GPIO controllers expects GPIO hogs to end with 'hog'
suffix.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3650b228
...@@ -451,7 +451,7 @@ &gpio1 { ...@@ -451,7 +451,7 @@ &gpio1 {
"", "", "", "", "", "", "", "",
"", "", "", ""; "", "", "", "";
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
*/ */
......
...@@ -330,28 +330,28 @@ &gpio3 { ...@@ -330,28 +330,28 @@ &gpio3 {
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;
......
...@@ -110,7 +110,7 @@ ethphy1: ethernet-phy@1 { ...@@ -110,7 +110,7 @@ ethphy1: ethernet-phy@1 {
}; };
&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;
......
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