diff options
author | Matt Porter <mporter@linaro.org> | 2013-12-19 09:23:10 -0500 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-23 00:14:11 -0800 |
commit | d97f79973846456c511f46310ba158439e6c84f5 (patch) | |
tree | 94044eab2ad91655f20d365361912bbdb5c5d91a /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | 788db61add0945f3111b059881788263db43a5cc (diff) | |
download | linux-d97f79973846456c511f46310ba158439e6c84f5.tar.gz linux-d97f79973846456c511f46310ba158439e6c84f5.tar.bz2 linux-d97f79973846456c511f46310ba158439e6c84f5.zip |
ARM: dts: add usb udc support to bcm281xx
Adds USB OTG/PHY and clock support to BCM281xx and enables
UDC support on the bcm11351-brt and bcm28155-ap boards.
Signed-off-by: Matt Porter <mporter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index bab302d05856..c7fa9fbb999c 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -63,4 +63,12 @@ cd-gpios = <&gpio 14 0>; status = "okay"; }; + + usbotg: usb@3f120000 { + status = "okay"; + }; + + usbphy: usb-phy@3f130000 { + status = "okay"; + }; }; |