mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +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:
parent
3650b228f8
commit
79bd11db8b
@ -451,7 +451,7 @@
|
||||
"", "", "", "",
|
||||
"", "", "", "";
|
||||
|
||||
unused-sd3-wp-gpio {
|
||||
unused-sd3-wp-hog {
|
||||
/*
|
||||
* See pinctrl_esdhc1 below for more details on this
|
||||
*/
|
||||
|
@ -330,28 +330,28 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_gpio3_hog>;
|
||||
|
||||
usb-emulation {
|
||||
usb-emulation-hog {
|
||||
gpio-hog;
|
||||
gpios = <19 GPIO_ACTIVE_HIGH>;
|
||||
output-low;
|
||||
line-name = "usb-emulation";
|
||||
};
|
||||
|
||||
usb-mode1 {
|
||||
usb-mode1-hog {
|
||||
gpio-hog;
|
||||
gpios = <20 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
line-name = "usb-mode1";
|
||||
};
|
||||
|
||||
usb-pwr {
|
||||
usb-pwr-hog {
|
||||
gpio-hog;
|
||||
gpios = <22 GPIO_ACTIVE_LOW>;
|
||||
output-high;
|
||||
line-name = "usb-pwr-ctrl-en-n";
|
||||
};
|
||||
|
||||
usb-mode2 {
|
||||
usb-mode2-hog {
|
||||
gpio-hog;
|
||||
gpios = <23 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
|
@ -110,7 +110,7 @@
|
||||
};
|
||||
|
||||
&gpio5 {
|
||||
emmc-usd-mux {
|
||||
emmc-usd-mux-hog {
|
||||
gpio-hog;
|
||||
gpios = <1 GPIO_ACTIVE_LOW>;
|
||||
output-high;
|
||||
|
Loading…
Reference in New Issue
Block a user