Commit 9f2ff738 authored by Nagarjuna Kristam's avatar Nagarjuna Kristam Committed by Thierry Reding

arm64: tegra: Enable XUDC node on Jetson Nano

Enable XUSB device mode driver for USB 2-0 slot on Jetson Nano.
Signed-off-by: default avatarNagarjuna Kristam <nkristam@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 88d1049e
......@@ -443,7 +443,7 @@ usb2 {
status = "okay";
lanes {
usb2-0 {
micro_b: usb2-0 {
nvidia,function = "xusb";
status = "okay";
};
......@@ -546,6 +546,14 @@ sdhci@700b0000 {
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>;
};
sdhci@700b0400 {
status = "okay";
bus-width = <4>;
......
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