mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 19:07:03 +07:00
ARM: tegra: apalis-eval: Set OTG dr_mode
This has currently no functional effect as neither USB device nor OTG is currently supported on any Tegras in mainline as of yet. However once we use the same device tree on U-Boot this will actually make it work properly there. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
26f660d9db
commit
ea147c8f0e
@ -153,6 +153,7 @@ usb@7d000000 {
|
||||
|
||||
usb-phy@7d000000 {
|
||||
status = "okay";
|
||||
dr_mode = "otg";
|
||||
vbus-supply = <&usbo1_vbus_reg>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user