mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
arm64: tegra: Update OTG port entries for Jetson TX2
Add usb-role-switch entry to OTG USB port and add corresponding connector details. Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
dbf91ff001
commit
6895c83fda
@ -174,8 +174,20 @@
|
||||
usb2-0 {
|
||||
status = "okay";
|
||||
mode = "otg";
|
||||
|
||||
vbus-supply = <&vdd_usb0>;
|
||||
|
||||
usb-role-switch;
|
||||
connector {
|
||||
compatible = "usb-b-connector",
|
||||
"gpio-usb-b-connector";
|
||||
label = "micro-USB";
|
||||
type = "micro";
|
||||
vbus-gpio = <&gpio
|
||||
TEGRA186_MAIN_GPIO(X, 7)
|
||||
GPIO_ACTIVE_LOW>;
|
||||
id-gpio = <&pmic 0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
usb2-1 {
|
||||
|
Loading…
Reference in New Issue
Block a user