From: matt.porter@linaro.org (Matt Porter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: dts: add usb udc support to bcm281xx
Date: Mon, 7 Oct 2013 06:12:32 -0400 [thread overview]
Message-ID: <1381140752-312-6-git-send-email-matt.porter@linaro.org> (raw)
In-Reply-To: <1381140752-312-1-git-send-email-matt.porter@linaro.org>
Adds USB OTG/Control/PHY and clock support to BCM281xx and enables
UDC support on the bcm11351-brt and bcm28155-ap boards.
Signed-off-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
---
arch/arm/boot/dts/bcm11351-brt.dts | 10 ++++++++++
arch/arm/boot/dts/bcm11351.dtsi | 21 +++++++++++++++++++++
arch/arm/boot/dts/bcm28155-ap.dts | 12 ++++++++++++
3 files changed, 43 insertions(+)
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts b/arch/arm/boot/dts/bcm11351-brt.dts
index 9d36eb4..5a269c7 100644
--- a/arch/arm/boot/dts/bcm11351-brt.dts
+++ b/arch/arm/boot/dts/bcm11351-brt.dts
@@ -43,5 +43,15 @@
status = "okay";
};
+ usbotg at 3f120000 {
+ status = "okay";
+ };
+ usbctl at 3f130000 {
+ status = "okay";
+ };
+
+ usbphy {
+ status = "okay";
+ };
};
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index 22aef21..1c647f2 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -227,4 +227,25 @@
#clock-cells = <0>;
};
};
+
+ usbotg: usbotg at 3f120000 {
+ compatible = "snps,dwc2";
+ reg = <0x3f120000 0x10000>;
+ interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&usb_otg_ahb_clk>;
+ clock-names = "otg";
+ snps,phy-utmi-width = <8>;
+ status = "disabled";
+ };
+
+ usbctl: usbctl at 3f130000 {
+ compatible = "brcm,kona-ctrl-usb";
+ reg = <0x3f130000 0x28>;
+ status = "disabled";
+ };
+
+ usbphy: usbphy {
+ compatible = "brcm,kona-usb2";
+ status = "disabled";
+ };
};
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts
index 96ae67a..7b1b741 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -42,4 +42,16 @@
max-frequency = <48000000>;
status = "okay";
};
+
+ usbotg at 3f120000 {
+ status = "okay";
+ };
+
+ usbctl at 3f130000 {
+ status = "okay";
+ };
+
+ usbphy {
+ status = "okay";
+ };
};
--
1.8.4
prev parent reply other threads:[~2013-10-07 10:12 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-07 10:12 [PATCH 0/5] USB Device Controller support for BCM281xx Matt Porter
2013-10-07 10:12 ` [PATCH 1/5] usb: gadget: s3c-hsotg: enable build for other platforms Matt Porter
2013-10-07 10:12 ` [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width Matt Porter
2013-10-10 15:29 ` Felipe Balbi
2013-10-10 16:54 ` Matt Porter
2013-10-10 17:46 ` Felipe Balbi
2013-10-10 17:57 ` Paul Zimmerman
2013-10-10 18:07 ` Felipe Balbi
2013-10-10 18:14 ` Paul Zimmerman
2013-10-10 18:57 ` Felipe Balbi
2013-10-10 19:07 ` Matt Porter
2013-10-11 3:21 ` Matt Porter
2013-10-11 13:37 ` Felipe Balbi
2013-10-17 12:40 ` Matt Porter
2013-10-07 10:12 ` [PATCH 3/5] usb: phy: add Broadcom Kona USB control driver Matt Porter
2013-10-10 15:31 ` Felipe Balbi
2013-10-11 13:47 ` Matt Porter
2013-10-07 10:12 ` [PATCH 4/5] usb: phy: add Broadcom Kona USB PHY driver Matt Porter
2013-10-07 10:12 ` Matt Porter [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381140752-312-6-git-send-email-matt.porter@linaro.org \
--to=matt.porter@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).