From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/7] ARM: dts: mx25: Add USB PHY nodes
Date: Mon, 10 Mar 2014 17:54:40 -0300 [thread overview]
Message-ID: <1394484885-21262-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1394484885-21262-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
Add the USB PHY nodes for the USB Host1 and OTG ports.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx25.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index 6088059..12e8a94 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -499,6 +499,7 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 0>;
+ fsl,usbphy = <&usbphy1>;
status = "disabled";
};
@@ -509,6 +510,7 @@
clocks = <&clks 9>, <&clks 70>, <&clks 8>;
clock-names = "ipg", "ahb", "per";
fsl,usbmisc = <&usbmisc 1>;
+ fsl,usbphy = <&usbphy2>;
status = "disabled";
};
--
1.8.1.2
next prev parent reply other threads:[~2014-03-10 20:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-10 20:54 [PATCH 1/7] ARM: dts: mx25: Fix compatible string for generic USB PHY Fabio Estevam
2014-03-10 20:54 ` Fabio Estevam [this message]
2014-03-10 20:54 ` [PATCH 3/7] ARM: dts: mx25: Let usbmisc be enabled by default Fabio Estevam
2014-03-10 20:54 ` [PATCH 4/7] ARM: dts: mx25: Let the USB PHY nodes " Fabio Estevam
2014-03-10 20:54 ` [PATCH 5/7] ARM: dts: mx25: USB block requires only one clock Fabio Estevam
2014-03-10 20:54 ` [PATCH 6/7] ARM: dts: mx35: " Fabio Estevam
2014-03-10 20:54 ` [PATCH 7/7] ARM: dts: imx25-pdk: Add USB Host1 support Fabio Estevam
2014-03-11 6:52 ` [PATCH 1/7] ARM: dts: mx25: Fix compatible string for generic USB PHY Eric Bénard
2014-03-11 11:28 ` Fabio Estevam
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=1394484885-21262-2-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.