Commit 6b3d8593 authored by Nagarjuna Kristam's avatar Nagarjuna Kristam Committed by Thierry Reding

arm64: tegra: Enable XUDC on Jetson TX1

Enable XUSB device mode driver for USB 2-0 slot on Jetson TX1.
Signed-off-by: default avatarNagarjuna Kristam <nkristam@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e74db5a5
...@@ -1361,7 +1361,7 @@ usb2 { ...@@ -1361,7 +1361,7 @@ usb2 {
status = "okay"; status = "okay";
lanes { lanes {
usb2-0 { micro_b: usb2-0 {
nvidia,function = "xusb"; nvidia,function = "xusb";
status = "okay"; status = "okay";
}; };
...@@ -1494,6 +1494,14 @@ sdhci@700b0000 { ...@@ -1494,6 +1494,14 @@ sdhci@700b0000 {
vmmc-supply = <&vdd_3v3_sd>; vmmc-supply = <&vdd_3v3_sd>;
}; };
usb@700d0000 {
status = "okay";
phys = <&micro_b>;
phy-names = "usb2-0";
avddio-usb-supply = <&vdd_3v3_sys>;
hvdd-usb-supply = <&vdd_1v8>;
};
regulators { regulators {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment