ARM: dts: rockchip: add usb phys to Cortex-A9 socs

This adds the usbphy nodes to rk3066 and rk3188, which share the usb hosts
in rk3xxx.dtsi and also enables it on boards based around these socs.

The usb-phy itself is the same as used on the rk3288 already.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Heiko Stuebner
2015-08-01 20:28:36 +02:00
parent ec32bd9fca
commit 760bb9773f
6 changed files with 60 additions and 0 deletions

View File

@@ -202,6 +202,10 @@
status = "okay";
};
&usbphy {
status = "okay";
};
&wdt {
status = "okay";
};