devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH v5 11/12] ARM: dts: sun6i: Add pinmux settings for mmc1 to dtsi
Date: Tue, 10 Mar 2015 22:31:17 +0100	[thread overview]
Message-ID: <20150310213117.GG5085@lukather> (raw)
In-Reply-To: <1425988764-23618-12-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

On Tue, Mar 10, 2015 at 07:59:22PM +0800, Chen-Yu Tsai wrote:
> mmc1 is used to connect to the WiFi chip on the Hummingbird A31.
> 
> Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
> ---
>  arch/arm/boot/dts/sun6i-a31.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
> index 92abea20b946..39d87a901b46 100644
> --- a/arch/arm/boot/dts/sun6i-a31.dtsi
> +++ b/arch/arm/boot/dts/sun6i-a31.dtsi
> @@ -581,6 +581,14 @@
>  				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
>  			};
>  
> +			mmc1_pins_a: mmc1@0 {
> +				allwinner,pins = "PG0", "PG1", "PG2", "PG3",
> +						 "PG4", "PG5";
> +				allwinner,function = "mmc1";
> +				allwinner,drive = <2>;
> +				allwinner,pull = <0>;

You should use the defines here.

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-03-10 21:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-10 11:59 [PATCH v5 00/12] mfd: axp20x: add AXP221 PMIC support Chen-Yu Tsai
     [not found] ` <1425988764-23618-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 11:59   ` [PATCH v5 01/12] ARM: dts: sun6i: add p2wi controller node to dtsi Chen-Yu Tsai
     [not found]     ` <1425988764-23618-2-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:27       ` Maxime Ripard
2015-03-10 11:59   ` [PATCH v5 02/12] ARM: dts: sun6i: hummingbird: Enable P2WI controller Chen-Yu Tsai
     [not found]     ` <1425988764-23618-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:27       ` Maxime Ripard
2015-03-10 11:59   ` [PATCH v5 03/12] mfd: axp20x: add AXP22x PMIC support Chen-Yu Tsai
     [not found]     ` <1425988764-23618-4-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-23 11:52       ` Lee Jones
2015-03-23 16:58         ` Chen-Yu Tsai
2015-03-10 11:59   ` [PATCH v5 04/12] mfd: axp20x: update DT bindings with AXP22x compatibles Chen-Yu Tsai
     [not found]     ` <1425988764-23618-5-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-23 11:53       ` Lee Jones
2015-03-10 11:59   ` [PATCH v5 05/12] ARM: dts: sun6i: hummingbird: Add AXP221 PMIC device node Chen-Yu Tsai
     [not found]     ` <1425988764-23618-6-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:28       ` Maxime Ripard
2015-03-10 11:59   ` [PATCH v5 06/12] regulator: axp20x: prepare support for multiple AXP chip families Chen-Yu Tsai
2015-03-10 20:04     ` Mark Brown
     [not found]     ` <1425988764-23618-7-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 20:05       ` Mark Brown
2015-03-10 11:59   ` [PATCH v5 07/12] regulator: axp20x: add support for AXP22X regulators Chen-Yu Tsai
2015-03-10 20:04     ` Mark Brown
     [not found]     ` <1425988764-23618-8-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 20:05       ` Mark Brown
2015-03-10 11:59   ` [PATCH v5 08/12] mfd: axp20x: Add AXP22x regulator information to DT bindings Chen-Yu Tsai
     [not found]     ` <1425988764-23618-9-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-23 11:54       ` Lee Jones
2015-03-23 17:43         ` Chen-Yu Tsai
2015-03-10 11:59   ` [PATCH v5 09/12] mfd: axp20x: Enable AXP22X regulators Chen-Yu Tsai
     [not found]     ` <1425988764-23618-10-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-23 11:55       ` Lee Jones
2015-03-10 11:59   ` [PATCH v5 10/12] ARM: dts: sun6i: hummingbird: Add AXP221 regulator nodes Chen-Yu Tsai
     [not found]     ` <1425988764-23618-11-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:30       ` Maxime Ripard
2015-03-10 11:59   ` [PATCH v5 11/12] ARM: dts: sun6i: Add pinmux settings for mmc1 to dtsi Chen-Yu Tsai
     [not found]     ` <1425988764-23618-12-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:31       ` Maxime Ripard [this message]
2015-03-10 11:59   ` [PATCH v5 12/12] ARM: dts: sun6i: hummingbird: Enable the onboard WiFi module Chen-Yu Tsai
     [not found]     ` <1425988764-23618-14-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-10 21:32       ` Maxime Ripard
2015-03-11  3:11         ` Chen-Yu Tsai
     [not found]           ` <CAGb2v66zJcBBpLZFjNyugjRzt8SppQ0VbFD+pMqVYdK4EKg-fQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-11  8:52             ` Maxime Ripard
2015-03-11  9:08               ` Chen-Yu Tsai
2015-03-11 14:28                 ` Maxime Ripard
2015-03-10 11:59 ` [PATCH v5 12/12] ARM: dts: sun6i: hummingbird: Add basic support for the " Chen-Yu Tsai
     [not found]   ` <1425988764-23618-13-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-03-23 22:16     ` Maxime Ripard
2015-03-24  0:24       ` Chen-Yu Tsai

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=20150310213117.GG5085@lukather \
    --to=maxime.ripard-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=wens-jdAy2FN1RRM@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).