From: patrice.chotard@st.com (Patrice Chotard)
To: linux-arm-kernel@lists.infradead.org
Subject: [STLinux Kernel] [PATCH 3/3] ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level
Date: Thu, 24 Sep 2015 08:58:04 +0200 [thread overview]
Message-ID: <56039EFC.9010405@st.com> (raw)
In-Reply-To: <1443037049-6167-4-git-send-email-maxime.coquelin@st.com>
Hi Max
On 09/23/2015 09:37 PM, Maxime Coquelin wrote:
> A borad might not expose the USB2.0 ports, so disable them by default in SoC
typo borad
Otherwise, for the series
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Patrice
> file, and enable them in b2120 board.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
> ---
> arch/arm/boot/dts/stih410-b2120.dts | 24 ++++++++++++++++++++++++
> arch/arm/boot/dts/stih410.dtsi | 12 ++++++++++++
> 2 files changed, 36 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts
> index 16f02c5..8af1e73 100644
> --- a/arch/arm/boot/dts/stih410-b2120.dts
> +++ b/arch/arm/boot/dts/stih410-b2120.dts
> @@ -35,5 +35,29 @@
> sd-uhs-sdr104;
> sd-uhs-ddr50;
> };
> +
> + usb2_picophy1: phy2 {
> + status = "okay";
> + };
> +
> + usb2_picophy2: phy3 {
> + status = "okay";
> + };
> +
> + ohci0: usb at 9a03c00 {
> + status = "okay";
> + };
> +
> + ehci0: usb at 9a03e00 {
> + status = "okay";
> + };
> +
> + ohci1: usb at 9a83c00 {
> + status = "okay";
> + };
> +
> + ehci1: usb at 9a83e00 {
> + status = "okay";
> + };
> };
> };
> diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
> index 23f4a48..e3150e3 100644
> --- a/arch/arm/boot/dts/stih410.dtsi
> +++ b/arch/arm/boot/dts/stih410.dtsi
> @@ -22,6 +22,8 @@
> resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
> <&picophyreset STIH407_PICOPHY0_RESET>;
> reset-names = "global", "port";
> +
> + status = "disabled";
> };
>
> usb2_picophy2: phy3 {
> @@ -31,6 +33,8 @@
> resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
> <&picophyreset STIH407_PICOPHY1_RESET>;
> reset-names = "global", "port";
> +
> + status = "disabled";
> };
>
> ohci0: usb at 9a03c00 {
> @@ -43,6 +47,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy1>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ehci0: usb at 9a03e00 {
> @@ -57,6 +63,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy1>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ohci1: usb at 9a83c00 {
> @@ -69,6 +77,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy2>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ehci1: usb at 9a83e00 {
> @@ -83,6 +93,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy2>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> sti-display-subsystem {
WARNING: multiple messages have this Message-ID (diff)
From: Patrice Chotard <patrice.chotard-qxv4g6HH51o@public.gmane.org>
To: Maxime Coquelin <maxime.coquelin-qxv4g6HH51o@public.gmane.org>,
arnd-r2nGTMty4D4@public.gmane.org,
olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [STLinux Kernel] [PATCH 3/3] ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level
Date: Thu, 24 Sep 2015 08:58:04 +0200 [thread overview]
Message-ID: <56039EFC.9010405@st.com> (raw)
In-Reply-To: <1443037049-6167-4-git-send-email-maxime.coquelin-qxv4g6HH51o@public.gmane.org>
Hi Max
On 09/23/2015 09:37 PM, Maxime Coquelin wrote:
> A borad might not expose the USB2.0 ports, so disable them by default in SoC
typo borad
Otherwise, for the series
Acked-by: Patrice Chotard <patrice.chotard-qxv4g6HH51o@public.gmane.org>
Patrice
> file, and enable them in b2120 board.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin-qxv4g6HH51o@public.gmane.org>
> ---
> arch/arm/boot/dts/stih410-b2120.dts | 24 ++++++++++++++++++++++++
> arch/arm/boot/dts/stih410.dtsi | 12 ++++++++++++
> 2 files changed, 36 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts
> index 16f02c5..8af1e73 100644
> --- a/arch/arm/boot/dts/stih410-b2120.dts
> +++ b/arch/arm/boot/dts/stih410-b2120.dts
> @@ -35,5 +35,29 @@
> sd-uhs-sdr104;
> sd-uhs-ddr50;
> };
> +
> + usb2_picophy1: phy2 {
> + status = "okay";
> + };
> +
> + usb2_picophy2: phy3 {
> + status = "okay";
> + };
> +
> + ohci0: usb@9a03c00 {
> + status = "okay";
> + };
> +
> + ehci0: usb@9a03e00 {
> + status = "okay";
> + };
> +
> + ohci1: usb@9a83c00 {
> + status = "okay";
> + };
> +
> + ehci1: usb@9a83e00 {
> + status = "okay";
> + };
> };
> };
> diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
> index 23f4a48..e3150e3 100644
> --- a/arch/arm/boot/dts/stih410.dtsi
> +++ b/arch/arm/boot/dts/stih410.dtsi
> @@ -22,6 +22,8 @@
> resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
> <&picophyreset STIH407_PICOPHY0_RESET>;
> reset-names = "global", "port";
> +
> + status = "disabled";
> };
>
> usb2_picophy2: phy3 {
> @@ -31,6 +33,8 @@
> resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
> <&picophyreset STIH407_PICOPHY1_RESET>;
> reset-names = "global", "port";
> +
> + status = "disabled";
> };
>
> ohci0: usb@9a03c00 {
> @@ -43,6 +47,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy1>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ehci0: usb@9a03e00 {
> @@ -57,6 +63,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy1>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ohci1: usb@9a83c00 {
> @@ -69,6 +77,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy2>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> ehci1: usb@9a83e00 {
> @@ -83,6 +93,8 @@
> reset-names = "power", "softreset";
> phys = <&usb2_picophy2>;
> phy-names = "usb";
> +
> + status = "disabled";
> };
>
> sti-display-subsystem {
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-09-24 6:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-23 19:37 [PATCH 0/3] ARM: dts: Various STi DT clean-ups Maxime Coquelin
2015-09-23 19:37 ` Maxime Coquelin
2015-09-23 19:37 ` [PATCH 1/3] ARM: dts: stih407: Enable PWM nodes only board level Maxime Coquelin
2015-09-23 19:37 ` Maxime Coquelin
2015-09-23 19:37 ` [PATCH 2/3] ARM: dts: stih407/410: Tidy up display nodes Maxime Coquelin
2015-09-23 19:37 ` Maxime Coquelin
2015-09-23 19:37 ` [PATCH 3/3] ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level Maxime Coquelin
2015-09-23 19:37 ` Maxime Coquelin
2015-09-24 6:58 ` Patrice Chotard [this message]
2015-09-24 6:58 ` [STLinux Kernel] " Patrice Chotard
2015-09-29 8:56 ` Maxime Coquelin
2015-09-29 8:56 ` Maxime Coquelin
2015-09-27 22:45 ` [STLinux Kernel] [PATCH 0/3] ARM: dts: Various STi DT clean-ups Peter Griffin
2015-09-27 22:45 ` Peter Griffin
2015-09-30 9:15 ` Maxime Coquelin
2015-09-30 9:15 ` Maxime Coquelin
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=56039EFC.9010405@st.com \
--to=patrice.chotard@st.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.