mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-22 17:52:09 +00:00
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:
@@ -2117,8 +2117,8 @@
|
||||
"usb-b-connector";
|
||||
label = "micro-USB";
|
||||
type = "micro";
|
||||
vbus-gpio = <&gpio TEGRA194_MAIN_GPIO(Z, 1)
|
||||
GPIO_ACTIVE_LOW>;
|
||||
vbus-gpios = <&gpio TEGRA194_MAIN_GPIO(Z, 1)
|
||||
GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user