9
0
Fork 0

ARM: tqma53: Add phy_type property to usb ports

The barebox chipidea driver needs this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-05-06 10:24:09 +02:00
parent a10023c0db
commit 961a8298a6
1 changed files with 8 additions and 0 deletions

View File

@ -33,3 +33,11 @@
reg = <0x80000 0x80000>;
};
};
&usbh1 {
phy_type = "utmi";
};
&usbotg {
phy_type = "utmi";
};