mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 23:48:56 -04:00
ARM: tegra: Enable UDC on Jetson TK1
Override the compatible string of the first USB controller to enable device mode. Tested-by: Nicolas Chauvet <kwizart@gmail.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -1722,7 +1722,7 @@ usb2 {
|
||||
|
||||
lanes {
|
||||
usb2-0 {
|
||||
nvidia,function = "xusb";
|
||||
nvidia,function = "snps";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1829,6 +1829,16 @@ i2s@70301100 {
|
||||
};
|
||||
};
|
||||
|
||||
usb@7d000000 {
|
||||
compatible = "nvidia,tegra124-udc";
|
||||
status = "okay";
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
||||
usb-phy@7d000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* mini-PCIe USB */
|
||||
usb@7d004000 {
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user