arm64: tegra: Use vbus-gpios property
Instead of using the deprecated vbus-gpio property, switch to using the more standard vbus-gpios property. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
85ab13c184
commit
3d5d63e96a
1 changed files with 2 additions and 2 deletions
|
@ -2117,7 +2117,7 @@
|
|||
"usb-b-connector";
|
||||
label = "micro-USB";
|
||||
type = "micro";
|
||||
vbus-gpio = <&gpio TEGRA194_MAIN_GPIO(Z, 1)
|
||||
vbus-gpios = <&gpio TEGRA194_MAIN_GPIO(Z, 1)
|
||||
GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue