* [PATCH v7] ARM: dts: imx6q-sabrelite: add usbmisc device
@ 2012-09-14 6:42 Richard Zhao
2012-09-17 7:13 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Richard Zhao @ 2012-09-14 6:42 UTC (permalink / raw)
To: linux-arm-kernel
- add usbmisc device
- set property fsl,usbmisc for usb controllers
- set disable-over-current for imx6q-sabrelite usb otg
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
---
Changes form v6:
- include clk that describe using clk lookup dt binding
arch/arm/boot/dts/imx6q-sabrelite.dts | 1 +
arch/arm/boot/dts/imx6q.dtsi | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index cfdbe53..66fc765 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -63,6 +63,7 @@
aips-bus at 02100000 { /* AIPS2 */
usb at 02184000 { /* USB OTG */
vbus-supply = <®_usb_otg_vbus>;
+ disable-over-current;
status = "okay";
};
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 925da33..6b832d5 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -665,6 +665,7 @@
interrupts = <0 43 0x04>;
clocks = <&clks 162>;
fsl,usbphy = <&usbphy1>;
+ fsl,usbmisc = <&usbmisc 0>;
status = "disabled";
};
@@ -674,6 +675,7 @@
interrupts = <0 40 0x04>;
clocks = <&clks 162>;
fsl,usbphy = <&usbphy2>;
+ fsl,usbmisc = <&usbmisc 1>;
status = "disabled";
};
@@ -682,6 +684,7 @@
reg = <0x02184400 0x200>;
interrupts = <0 41 0x04>;
clocks = <&clks 162>;
+ fsl,usbmisc = <&usbmisc 2>;
status = "disabled";
};
@@ -690,9 +693,17 @@
reg = <0x02184600 0x200>;
interrupts = <0 42 0x04>;
clocks = <&clks 162>;
+ fsl,usbmisc = <&usbmisc 3>;
status = "disabled";
};
+ usbmisc: usbmisc at 02184800 {
+ #index-cells = <1>;
+ compatible = "fsl,imx6q-usbmisc";
+ reg = <0x02184800 0x200>;
+ clocks = <&clks 162>;
+ };
+
ethernet at 02188000 {
compatible = "fsl,imx6q-fec";
reg = <0x02188000 0x4000>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v7] ARM: dts: imx6q-sabrelite: add usbmisc device
2012-09-14 6:42 [PATCH v7] ARM: dts: imx6q-sabrelite: add usbmisc device Richard Zhao
@ 2012-09-17 7:13 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2012-09-17 7:13 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 14, 2012 at 02:42:45PM +0800, Richard Zhao wrote:
> - add usbmisc device
> - set property fsl,usbmisc for usb controllers
> - set disable-over-current for imx6q-sabrelite usb otg
>
> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-17 7:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 6:42 [PATCH v7] ARM: dts: imx6q-sabrelite: add usbmisc device Richard Zhao
2012-09-17 7:13 ` Shawn Guo
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).