public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: peter.chen@freescale•com (Peter Chen)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 6/9] ARM: dts: i.MX35: Add USB support.
Date: Mon, 10 Mar 2014 09:34:30 +0800	[thread overview]
Message-ID: <20140310013429.GC2727@shlinux1.ap.freescale.net> (raw)
In-Reply-To: <1394211863-7569-6-git-send-email-denis@eukrea.com>

On Fri, Mar 07, 2014 at 06:04:20PM +0100, Denis Carikli wrote:
> Signed-off-by: Denis Carikli <denis@eukrea•com>
> ---
>  arch/arm/boot/dts/imx35.dtsi |   11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi
> index e59ccb4..1c15b56 100644
> --- a/arch/arm/boot/dts/imx35.dtsi
> +++ b/arch/arm/boot/dts/imx35.dtsi
> @@ -292,6 +292,15 @@
>  				status = "disabled";
>  			};
>  
> +			usbphy0: usbphy at 0 {
> +				compatible = "usb-nop-xceiv";
> +			};
> +
> +			usbphy1: usbphy at 1 {
> +				compatible = "usb-nop-xceiv";
> +			};
> +
> +
>  			usbotg: usb at 53ff4000 {
>  				compatible = "fsl,imx35-usb", "fsl,imx27-usb";
>  				reg = <0x53ff4000 0x0200>;
> @@ -299,6 +308,7 @@
>  				clocks = <&clks 9>, <&clks 73>, <&clks 28>;
>  				clock-names = "ipg", "ahb", "per";
>  				fsl,usbmisc = <&usbmisc 0>;
> +				fsl,usbphy = <&usbphy0>;
>  				status = "disabled";
>  			};
>  
> @@ -309,6 +319,7 @@
>  				clocks = <&clks 9>, <&clks 73>, <&clks 28>;
>  				clock-names = "ipg", "ahb", "per";
>  				fsl,usbmisc = <&usbmisc 1>;
> +				fsl,usbphy = <&usbphy1>;
>  				status = "disabled";
>  			};
>  
> -- 
> 1.7.9.5
> 
> 
> 

Have you any other patches which are still not in mainline?
At ci_hdrc_imx.c, we only get one clk, but for imx soc before than imx6,
it needs three clks at our dts?

-- 

Best Regards,
Peter Chen

  reply	other threads:[~2014-03-10  1:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-07 17:04 [PATCH 1/9] usb: chipidea: usbmisc: Add USB Host support for i.MX25/i.MX35 CPUs Denis Carikli
2014-03-07 17:04 ` [PATCH 2/9] ARM: dts: i.MX51: Add a second usbphy Denis Carikli
2014-03-10  0:52   ` Peter Chen
2014-03-10  4:51     ` Alexander Shiyan
2014-03-10  5:50       ` Peter Chen
2014-03-10  5:58         ` Alexander Shiyan
2014-03-10  6:04           ` Peter Chen
2014-03-07 17:04 ` [PATCH 3/9] ARM: dts: mbimxsd51 baseboard: Add USB host support Denis Carikli
2014-03-07 17:04 ` [PATCH 4/9] ARM: dts: imx25.dtsi: Fix USB support Denis Carikli
2014-03-07 22:57   ` Fabio Estevam
2014-03-07 17:04 ` [PATCH 5/9] ARM: dts: mbimxsd25 baseboard: Add USB host support Denis Carikli
2014-03-07 17:04 ` [PATCH 6/9] ARM: dts: i.MX35: Add USB support Denis Carikli
2014-03-10  1:34   ` Peter Chen [this message]
2014-03-10  5:03   ` Shawn Guo
2014-03-07 17:04 ` [PATCH 7/9] ARM: dts: mbimxsd35 baseboard: Add USB host support Denis Carikli
2014-03-07 17:04 ` [PATCH 8/9] ARM: imx_v6_v7_defconfig: Enable drivers for i.MX51 USB Host support Denis Carikli
2014-03-10  1:36   ` Peter Chen
2014-03-07 17:04 ` [PATCH 9/9] ARM: imx_v4_v5_defconfig: Enable drivers for i.MX25/i.MX35 " Denis Carikli
2014-03-10  1:35   ` Peter Chen
2014-03-07 19:01 ` [PATCH 1/9] usb: chipidea: usbmisc: Add USB Host support for i.MX25/i.MX35 CPUs Sergei Shtylyov
2014-03-08  5:32 ` Alexander Shiyan
2014-03-10  0:40   ` Peter Chen
2014-03-10  1:21 ` Fabio Estevam
2014-03-10  4:58   ` Alexander Shiyan
2014-03-10 11:16     ` Fabio Estevam
2014-03-10 15:32       ` Fabio Estevam
2014-03-10  5:55   ` Eric Bénard
2014-03-10 11:19     ` 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=20140310013429.GC2727@shlinux1.ap.freescale.net \
    --to=peter.chen@freescale$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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