All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
Cc: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Yoshihiro Shimoda
	<yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Chris Paterson
	<chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>,
	Fabrizio Castro
	<fabrizio.castro-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/4] ARM: dts: iwg20d-q7: Enable HS-USB
Date: Mon, 9 Oct 2017 19:18:24 +0300	[thread overview]
Message-ID: <cbf92515-644c-b677-80dd-f33028a3829d@cogentembedded.com> (raw)
In-Reply-To: <1507555281-57845-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>

Hello!

On 10/09/2017 04:21 PM, Biju Das wrote:

> Enable HS-USB device for the iWave G20D-Q7 carrier board based on
> RZ/G1M.
> Also disable the host mode support on usb otg port by default to avoid
> pin conflicts.
> 
> Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
> Signed-off-by: Chris Paterson <chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
> ---
>   arch/arm/boot/dts/iwg20d-q7-common.dtsi | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi b/arch/arm/boot/dts/iwg20d-q7-common.dtsi
> index 1c072c0..e6b50c6 100644
> --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi
> +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi
[...]
> @@ -72,7 +78,7 @@
>   };
>   
>   &pci0 {
> -	status = "okay";
> +	status = "disabled";

    I think you may just omit this prop -- you most prolly have it "disabloed" 
in the R8A7743's DT.

>   	pinctrl-0 = <&usb0_pins>;
>   	pinctrl-names = "default";
>   };

MBR, Sergei
--
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

WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Biju Das <biju.das@bp.renesas.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: Simon Horman <horms@verge.net.au>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Chris Paterson <chris.paterson2@renesas.com>,
	Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 2/4] ARM: dts: iwg20d-q7: Enable HS-USB
Date: Mon, 9 Oct 2017 19:18:24 +0300	[thread overview]
Message-ID: <cbf92515-644c-b677-80dd-f33028a3829d@cogentembedded.com> (raw)
In-Reply-To: <1507555281-57845-3-git-send-email-biju.das@bp.renesas.com>

Hello!

On 10/09/2017 04:21 PM, Biju Das wrote:

> Enable HS-USB device for the iWave G20D-Q7 carrier board based on
> RZ/G1M.
> Also disable the host mode support on usb otg port by default to avoid
> pin conflicts.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> ---
>   arch/arm/boot/dts/iwg20d-q7-common.dtsi | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/iwg20d-q7-common.dtsi b/arch/arm/boot/dts/iwg20d-q7-common.dtsi
> index 1c072c0..e6b50c6 100644
> --- a/arch/arm/boot/dts/iwg20d-q7-common.dtsi
> +++ b/arch/arm/boot/dts/iwg20d-q7-common.dtsi
[...]
> @@ -72,7 +78,7 @@
>   };
>   
>   &pci0 {
> -	status = "okay";
> +	status = "disabled";

    I think you may just omit this prop -- you most prolly have it "disabloed" 
in the R8A7743's DT.

>   	pinctrl-0 = <&usb0_pins>;
>   	pinctrl-names = "default";
>   };

MBR, Sergei

  parent reply	other threads:[~2017-10-09 16:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09 13:21 [PATCH 0/4] ARM: dts: Add USB function support Biju Das
2017-10-09 13:21 ` [PATCH 1/4] ARM: dts: r8a7743: Add HS-USB device node Biju Das
     [not found]   ` <1507555281-57845-2-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-10-11 12:48     ` Geert Uytterhoeven
2017-10-11 12:48       ` Geert Uytterhoeven
2017-10-09 13:21 ` [PATCH 2/4] ARM: dts: iwg20d-q7: Enable HS-USB Biju Das
     [not found]   ` <1507555281-57845-3-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-10-09 16:18     ` Sergei Shtylyov [this message]
2017-10-09 16:18       ` Sergei Shtylyov
2017-10-10  7:30       ` Simon Horman
2017-10-10  8:30         ` Biju Das
2017-10-11  9:04         ` [PATCH v2] " Biju Das
     [not found]           ` <1507712673-57370-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-10-11 12:52             ` Geert Uytterhoeven
2017-10-11 12:52               ` Geert Uytterhoeven
2017-10-09 13:21 ` [PATCH 3/4] ARM: dts: r8a7743: Add USB-DMAC device nodes Biju Das
2017-10-11 12:55   ` Geert Uytterhoeven
2017-10-09 13:21 ` [PATCH 4/4] ARM: dts: r8a7743: Enable DMA for HSUSB Biju Das
2017-10-11 12:56   ` Geert Uytterhoeven
2017-10-12 11:47 ` [PATCH 0/4] ARM: dts: Add USB function support Simon Horman
2017-10-12 12:01   ` Biju Das
2017-10-13  8:04     ` Simon Horman

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=cbf92515-644c-b677-80dd-f33028a3829d@cogentembedded.com \
    --to=sergei.shtylyov-m4dtvfq/zs1mrggop+s0pdbpr1lh4cv8@public.gmane.org \
    --cc=biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org \
    --cc=chris.paterson2-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=fabrizio.castro-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org \
    --cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.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.