All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: "Niklas Söderlund" <niso@kth.se>
Cc: linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
	devicetree@vger.kernel.org, linux-sh@vger.kernel.org,
	magnus.damm@gmail.com
Subject: Re: [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1
Date: Tue, 27 Jan 2015 20:35:22 +0000	[thread overview]
Message-ID: <2057603.FzjFJsB71b@avalon> (raw)
In-Reply-To: <1421583604-27256-5-git-send-email-niso@kth.se>

Hi Niklas,

Thank you for the patch.

On Sunday 18 January 2015 13:20:04 Niklas Söderlund wrote:
> Configure the pinmux on kzm9d to use the serial connector for uart1.
> 
> Signed-off-by: Niklas Söderlund <niso@kth.se>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/emev2-kzm9d.dts | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts
> b/arch/arm/boot/dts/emev2-kzm9d.dts index 667d323..1944627 100644
> --- a/arch/arm/boot/dts/emev2-kzm9d.dts
> +++ b/arch/arm/boot/dts/emev2-kzm9d.dts
> @@ -94,3 +94,16 @@
>  		vdd33a-supply = <&reg_3p3v>;
>  	};
>  };
> +
> +&pfc {
> +	uart1_pins: uart@e1030000 {
> +		renesas,groups = "uart1_ctrl", "uart1_data";
> +		renesas,function = "uart1";
> +	};
> +};
> +
> +&uart1 {
> +	pinctrl-0 = <&uart1_pins>;
> +	pinctrl-names = "default";
> +	status = "okay";
> +};

-- 
Regards,

Laurent Pinchart


WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: "Niklas Söderlund" <niso@kth.se>
Cc: linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
	devicetree@vger.kernel.org, linux-sh@vger.kernel.org,
	magnus.damm@gmail.com
Subject: Re: [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1
Date: Tue, 27 Jan 2015 22:35:22 +0200	[thread overview]
Message-ID: <2057603.FzjFJsB71b@avalon> (raw)
In-Reply-To: <1421583604-27256-5-git-send-email-niso@kth.se>

Hi Niklas,

Thank you for the patch.

On Sunday 18 January 2015 13:20:04 Niklas Söderlund wrote:
> Configure the pinmux on kzm9d to use the serial connector for uart1.
> 
> Signed-off-by: Niklas Söderlund <niso@kth.se>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/emev2-kzm9d.dts | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/emev2-kzm9d.dts
> b/arch/arm/boot/dts/emev2-kzm9d.dts index 667d323..1944627 100644
> --- a/arch/arm/boot/dts/emev2-kzm9d.dts
> +++ b/arch/arm/boot/dts/emev2-kzm9d.dts
> @@ -94,3 +94,16 @@
>  		vdd33a-supply = <&reg_3p3v>;
>  	};
>  };
> +
> +&pfc {
> +	uart1_pins: uart@e1030000 {
> +		renesas,groups = "uart1_ctrl", "uart1_data";
> +		renesas,function = "uart1";
> +	};
> +};
> +
> +&uart1 {
> +	pinctrl-0 = <&uart1_pins>;
> +	pinctrl-names = "default";
> +	status = "okay";
> +};

-- 
Regards,

Laurent Pinchart


  parent reply	other threads:[~2015-01-27 20:35 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-18 12:20 [PATCH v2 0/4] Add emev2 pinmux support Niklas Söderlund
2015-01-18 12:20 ` Niklas Söderlund
2015-01-18 12:20 ` [PATCH v2 2/4] sh-pfc: " Niklas Söderlund
2015-01-18 12:20   ` Niklas Söderlund
2015-01-22 22:37   ` Laurent Pinchart
2015-01-22 22:37     ` Laurent Pinchart
2015-01-25 13:48     ` Niklas Söderlund
2015-01-25 13:48       ` Niklas Söderlund
     [not found]       ` <20150125134823.GA26657-ofJ5d6taAgLV0csKaCxRng@public.gmane.org>
2015-01-25 15:55         ` Laurent Pinchart
2015-01-25 15:55           ` Laurent Pinchart
2015-01-25 15:55           ` Laurent Pinchart
2015-01-25 13:49     ` [PATCH v3] " Niklas Söderlund
2015-01-25 13:49       ` Niklas Söderlund
2015-01-25 13:49       ` Niklas Söderlund
2015-01-25 16:05       ` Laurent Pinchart
2015-01-25 16:05         ` Laurent Pinchart
2015-01-27  7:52       ` Linus Walleij
2015-01-27  7:52         ` Linus Walleij
2015-01-18 12:20 ` [PATCH v2 3/4] ARM: shmobile: emev2: Add PFC information to emev2.dtsi Niklas Söderlund
2015-01-18 12:20   ` Niklas Söderlund
2015-01-22 21:50   ` Laurent Pinchart
2015-01-22 21:50     ` Laurent Pinchart
2015-01-27  7:53   ` Linus Walleij
2015-01-27  7:53     ` Linus Walleij
     [not found] ` <1421583604-27256-1-git-send-email-niso-UNjuZkX4dYU@public.gmane.org>
2015-01-18 12:20   ` [PATCH v2 1/4] sh-pfc: add macro to define pinmux without function Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
     [not found]     ` <1421583604-27256-2-git-send-email-niso-UNjuZkX4dYU@public.gmane.org>
2015-01-22 21:50       ` Laurent Pinchart
2015-01-22 21:50         ` Laurent Pinchart
2015-01-22 21:50         ` Laurent Pinchart
2015-01-27  7:48     ` Linus Walleij
2015-01-27  7:48       ` Linus Walleij
2015-01-18 12:20   ` [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1 Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-27  7:55     ` Linus Walleij
2015-01-27  7:55       ` Linus Walleij
2015-01-27 20:31       ` [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties Laurent Pinchart
2015-01-27 20:31         ` Laurent Pinchart
2015-01-27 20:40         ` Geert Uytterhoeven
2015-01-27 20:40           ` Geert Uytterhoeven
2015-02-04  8:40         ` Linus Walleij
2015-02-04  8:40           ` Linus Walleij
     [not found]           ` <CACRpkda6H7hbgXhmSbgtwOC_8PbHnES5syp-YEp1+V6s5Ym6Cw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-02-04  9:53             ` Laurent Pinchart
2015-02-04  9:53               ` Laurent Pinchart
2015-02-04  9:53               ` Laurent Pinchart
2015-03-01 12:19               ` Laurent Pinchart
2015-03-01 12:19                 ` Laurent Pinchart
2015-03-06 10:39               ` Linus Walleij
2015-03-06 10:39                 ` Linus Walleij
     [not found]                 ` <CACRpkdbepTKxMFVpTo7ZmjYE1beF5XOMOQarszaDGojerNQqMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-09 14:35                   ` Geert Uytterhoeven
2015-06-09 14:35                     ` Geert Uytterhoeven
2015-06-09 14:35                     ` Geert Uytterhoeven
     [not found]                     ` <CAMuHMdWp4iBGtR2EiYMa03hwJrSOpq9dB==yDgt+OwjCebuFMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-10  8:46                       ` Linus Walleij
2015-06-10  8:46                         ` Linus Walleij
2015-06-10  8:46                         ` Linus Walleij
2015-01-27 20:35     ` Laurent Pinchart [this message]
2015-01-27 20:35       ` [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1 Laurent Pinchart

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=2057603.FzjFJsB71b@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=niso@kth.se \
    /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.