summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm28155-ap.dts
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2013-12-19 09:23:10 -0500
committerChristian Daudt <bcm@fixthebug.org>2013-12-23 00:14:11 -0800
commitd97f79973846456c511f46310ba158439e6c84f5 (patch)
tree94044eab2ad91655f20d365361912bbdb5c5d91a /arch/arm/boot/dts/bcm28155-ap.dts
parent788db61add0945f3111b059881788263db43a5cc (diff)
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.dts8
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";
+ };
};