ARM: tegra: colibri_t30: move dr_mode property from phy to controller

Move dr_mode property from USB PHY node to controller.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Marcel Ziswiler 2018-09-01 10:12:21 +02:00 committed by Thierry Reding
parent 2128fda985
commit 2a3db328b3

View file

@ -105,11 +105,11 @@
/* EHCI instance 0: USB1_DP/N -> USBC_P/N */
usb@7d000000 {
status = "okay";
dr_mode = "otg";
};
usb-phy@7d000000 {
status = "okay";
dr_mode = "otg";
vbus-supply = <&reg_usbc_vbus>;
};