mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
878cc5a2ca
commit
86d3eedddf
1 changed files with 4 additions and 4 deletions
|
@ -229,28 +229,28 @@
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_gpio3_hog>;
|
||||
|
||||
usb-emulation {
|
||||
usb-emulation-hog {
|
||||
gpio-hog;
|
||||
gpios = <10 GPIO_ACTIVE_HIGH>;
|
||||
output-low;
|
||||
line-name = "usb-emulation";
|
||||
};
|
||||
|
||||
usb-mode1 {
|
||||
usb-mode1-hog {
|
||||
gpio-hog;
|
||||
gpios = <11 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
line-name = "usb-mode1";
|
||||
};
|
||||
|
||||
usb-pwr {
|
||||
usb-pwr-hog {
|
||||
gpio-hog;
|
||||
gpios = <12 GPIO_ACTIVE_LOW>;
|
||||
output-high;
|
||||
line-name = "usb-pwr-ctrl-en-n";
|
||||
};
|
||||
|
||||
usb-mode2 {
|
||||
usb-mode2-hog {
|
||||
gpio-hog;
|
||||
gpios = <13 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
|
|
Loading…
Add table
Reference in a new issue