提交 86d3eedd 编写于 作者: K Krzysztof Kozlowski 提交者: Shawn Guo

arm64: dts: imx8mq-zii-ultra: Add hog suffixes to GPIO hogs

According to device tree specification, device node names should be
somewhat generic and reflecting the function of the device so add the
"hog" suffixes to all GPIO hog nodes.
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 878cc5a2
...@@ -229,28 +229,28 @@ ...@@ -229,28 +229,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 = <10 GPIO_ACTIVE_HIGH>; gpios = <10 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 = <11 GPIO_ACTIVE_HIGH>; gpios = <11 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 = <12 GPIO_ACTIVE_LOW>; gpios = <12 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 = <13 GPIO_ACTIVE_HIGH>; gpios = <13 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册