* [14/14] DT: marvell,mmp2: add USB OTG host controller
@ 2018-08-22 20:43 Lubomir Rintel
0 siblings, 0 replies; 2+ messages in thread
From: Lubomir Rintel @ 2018-08-22 20:43 UTC (permalink / raw)
To: linux-kernel
Cc: linux-usb, linux-arm-kernel, Rob Herring, Mark Rutland,
Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern, Lubomir Rintel
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
arch/arm/boot/dts/mmp2.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index 14a3448f38b9..63d4d5c6fd83 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -124,6 +124,17 @@
#phy-cells = <0>;
status = "disabled";
};
+
+ usb_otg0: usb-otg@d4208000 {
+ compatible = "marvell,pxau2o-ehci";
+ reg = <0xd4208000 0x200>;
+ interrupts = <44>;
+ clocks = <&soc_clocks MMP2_CLK_USB>;
+ clock-names = "USBCLK";
+ phys = <&usb_otg_phy0>;
+ phy-names = "usb";
+ status = "disabled";
+ };
};
apb@d4000000 { /* APB */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [14/14] DT: marvell,mmp2: add USB OTG host controller
@ 2018-11-05 9:20 Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2018-11-05 9:20 UTC (permalink / raw)
To: Lubomir Rintel
Cc: linux-kernel, linux-usb, linux-arm-kernel, Rob Herring,
Mark Rutland, Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern
On Wed 2018-08-22 22:43:07, Lubomir Rintel wrote:
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
> arch/arm/boot/dts/mmp2.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
Again, I guess this could be merged with the previous patch. Anyway,
it is also good to go as-is.
Acked-by: Pavel Machek <pavel@ucw.cz>
> diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
> index 14a3448f38b9..63d4d5c6fd83 100644
> --- a/arch/arm/boot/dts/mmp2.dtsi
> +++ b/arch/arm/boot/dts/mmp2.dtsi
> @@ -124,6 +124,17 @@
> #phy-cells = <0>;
> status = "disabled";
> };
> +
> + usb_otg0: usb-otg@d4208000 {
> + compatible = "marvell,pxau2o-ehci";
> + reg = <0xd4208000 0x200>;
> + interrupts = <44>;
> + clocks = <&soc_clocks MMP2_CLK_USB>;
> + clock-names = "USBCLK";
> + phys = <&usb_otg_phy0>;
> + phy-names = "usb";
> + status = "disabled";
> + };
> };
>
> apb@d4000000 { /* APB */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-05 9:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 9:20 [14/14] DT: marvell,mmp2: add USB OTG host controller Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2018-08-22 20:43 Lubomir Rintel
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).