All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v3 2/4] ARM: shmobile: lager-reference: Add DU device
Date: Mon, 17 Feb 2014 09:32:40 +0000	[thread overview]
Message-ID: <19358133.bjEQKUL5AI@avalon> (raw)
In-Reply-To: <1392586321-12187-3-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Hi Simon,

On Monday 17 February 2014 12:09:32 Simon Horman wrote:
> On Sun, Feb 16, 2014 at 10:31:59PM +0100, Laurent Pinchart wrote:
> > The DU device has no DT bindings yet, instantiate it as a platform
> > device for now.
> > 
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > Acked-by: Magnus Damm <damm@opensource.se>
> 
> Hi Laurent,
> 
> thanks for this.
> 
> It seems to me that it would be best to split this patch into two,
> a board portion and a dt portion, so that each patche can
> be applied to their respective branch.
> 
> In order to save you the bother of resending the series yet another time
> I have taken the liberty of splitting the patch into two. The following
> is the DTS patch. The remainder of your patch was taken (otherwise
> unchanged) as the boards patch,

That's fine with me, but we should make sure to merge the DT change first, 
otherwise DU will be broken between the two patches.

> From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> 
> ARM: shmobile: lager: Add DU device to DTS
> 
> The DU device has no DT bindings yet, instantiate it as a platform
> device for now.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Acked-by: Magnus Damm <damm@opensource.se>
> [horms+renesas@verge.net.au: broken out of larger patch that
>                              included board changes]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/boot/dts/r8a7790-lager.dts | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
> b/arch/arm/boot/dts/r8a7790-lager.dts index 5466fe4..26a9010 100644
> --- a/arch/arm/boot/dts/r8a7790-lager.dts
> +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> @@ -111,9 +111,14 @@
>  };
> 
>  &pfc {
> -	pinctrl-0 = <&scif0_pins &scif1_pins>;
> +	pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>;
>  	pinctrl-names = "default";
> 
> +	du_pins: du {
> +		renesas,groups = "du_rgb666", "du_sync_1", "du_clk_out_0";
> +		renesas,function = "du";
> +	};
> +
>  	scif0_pins: serial0 {
>  		renesas,groups = "scif0_data";
>  		renesas,function = "scif0";

-- 
Regards,

Laurent Pinchart


      parent reply	other threads:[~2014-02-17  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-16 21:31 [PATCH v3 2/4] ARM: shmobile: lager-reference: Add DU device Laurent Pinchart
2014-02-17  3:09 ` Simon Horman
2014-02-17  9:32 ` Laurent Pinchart [this message]

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=19358133.bjEQKUL5AI@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-sh@vger.kernel.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.