All of lore.kernel.org
 help / color / mirror / Atom feed
From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] ARM: dts: imx7d: sbc-imx7: add basic board support
Date: Tue, 22 Dec 2015 16:13:18 +0200	[thread overview]
Message-ID: <56795A7E.2000100@compulab.co.il> (raw)
In-Reply-To: <20151222121920.GC26290@tiger>

On 12/22/15 14:19, Shawn Guo wrote:
> On Tue, Dec 22, 2015 at 10:15:20AM +0200, Ilya Ledvich wrote:

[...]

>> +&iomuxc {
>> +	cl-som-imx7 {
> 
> This container should be dropped too.  Please check my imx/dt branch for
> the fixup I made.

Ahhh... Sorry, we've messed this up...
While removing the redundant container from the other patch,
this one was forgotten...
Sorry about this. Will pay more attention next time.

I've checked out your imx/dt branch and both patches look good.
Thanks for fixing this for us!

> 
> Shawn
> 
>> +		pinctrl_usdhc1: usdhc1grp {
>> +			fsl,pins = <
>> +				MX7D_PAD_SD1_CMD__SD1_CMD		0x59
>> +				MX7D_PAD_SD1_CLK__SD1_CLK		0x19
>> +				MX7D_PAD_SD1_DATA0__SD1_DATA0		0x59
>> +				MX7D_PAD_SD1_DATA1__SD1_DATA1		0x59
>> +				MX7D_PAD_SD1_DATA2__SD1_DATA2		0x59
>> +				MX7D_PAD_SD1_DATA3__SD1_DATA3		0x59
>> +				MX7D_PAD_SD1_CD_B__GPIO5_IO0		0x59 /* CD */
>> +				MX7D_PAD_SD1_WP__GPIO5_IO1		0x59 /* WP */
>> +			>;
>> +		};
>> +	};
>> +};
>> -- 
>> 1.9.1
>>
>>
> 

-- 
Regards,
Igor.

WARNING: multiple messages have this Message-ID (diff)
From: Igor Grinberg <grinberg-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
To: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Ilya Ledvich <ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 2/2] ARM: dts: imx7d: sbc-imx7: add basic board support
Date: Tue, 22 Dec 2015 16:13:18 +0200	[thread overview]
Message-ID: <56795A7E.2000100@compulab.co.il> (raw)
In-Reply-To: <20151222121920.GC26290@tiger>

On 12/22/15 14:19, Shawn Guo wrote:
> On Tue, Dec 22, 2015 at 10:15:20AM +0200, Ilya Ledvich wrote:

[...]

>> +&iomuxc {
>> +	cl-som-imx7 {
> 
> This container should be dropped too.  Please check my imx/dt branch for
> the fixup I made.

Ahhh... Sorry, we've messed this up...
While removing the redundant container from the other patch,
this one was forgotten...
Sorry about this. Will pay more attention next time.

I've checked out your imx/dt branch and both patches look good.
Thanks for fixing this for us!

> 
> Shawn
> 
>> +		pinctrl_usdhc1: usdhc1grp {
>> +			fsl,pins = <
>> +				MX7D_PAD_SD1_CMD__SD1_CMD		0x59
>> +				MX7D_PAD_SD1_CLK__SD1_CLK		0x19
>> +				MX7D_PAD_SD1_DATA0__SD1_DATA0		0x59
>> +				MX7D_PAD_SD1_DATA1__SD1_DATA1		0x59
>> +				MX7D_PAD_SD1_DATA2__SD1_DATA2		0x59
>> +				MX7D_PAD_SD1_DATA3__SD1_DATA3		0x59
>> +				MX7D_PAD_SD1_CD_B__GPIO5_IO0		0x59 /* CD */
>> +				MX7D_PAD_SD1_WP__GPIO5_IO1		0x59 /* WP */
>> +			>;
>> +		};
>> +	};
>> +};
>> -- 
>> 1.9.1
>>
>>
> 

-- 
Regards,
Igor.
--
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

  reply	other threads:[~2015-12-22 14:13 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07  7:14 [PATCH 0/8] Add support for CL-SOM-iMX7 and SBC-iMX7 Ilya Ledvich
2015-12-07  7:14 ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-08 15:14   ` Rob Herring
2015-12-08 15:14     ` Rob Herring
2015-12-10 14:01     ` [PATCH v2] " Igor Grinberg
2015-12-10 14:01       ` Igor Grinberg
2015-12-14  2:43       ` Shawn Guo
2015-12-14  2:43         ` Shawn Guo
2015-12-16 14:01         ` Igor Grinberg
2015-12-16 14:01           ` Igor Grinberg
2015-12-21  6:36           ` Shawn Guo
2015-12-21  6:36             ` Shawn Guo
2015-12-21  8:07             ` Igor Grinberg
2015-12-21  8:07               ` Igor Grinberg
2015-12-21 13:54               ` Shawn Guo
2015-12-21 13:54                 ` Shawn Guo
2015-12-21 13:59               ` Shawn Guo
2015-12-21 13:59                 ` Shawn Guo
2015-12-22  7:38                 ` Igor Grinberg
2015-12-22  7:38                   ` Igor Grinberg
2015-12-07  7:14 ` [PATCH 2/8] ARM: dts: imx7d: cl-som-imx7: add usb otg support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 3/8] ARM: dts: imx7d: cl-som-imx7: add eMMC support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 4/8] ARM: dts: imx7d: cl-som-imx7: add fec1 support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 5/8] ARM: dts: imx7d: cl-som-imx7: add eeprom support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 6/8] ARM: dts: imx7d: cl-som-imx7: add gpio extender support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 7/8] ARM: dts: imx7d: cl-som-imx7: add fec2 support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-07  7:14 ` [PATCH 8/8] ARM: dts: imx7d: sbc-imx7: add basic board support Ilya Ledvich
2015-12-07  7:14   ` Ilya Ledvich
2015-12-08 15:16   ` Rob Herring
2015-12-08 15:16     ` Rob Herring
2015-12-14  2:47 ` [PATCH 0/8] Add support for CL-SOM-iMX7 and SBC-iMX7 Shawn Guo
2015-12-14  2:47   ` Shawn Guo
2015-12-16 14:09   ` Igor Grinberg
2015-12-16 14:09     ` Igor Grinberg
2015-12-21  6:41     ` Shawn Guo
2015-12-21  6:41       ` Shawn Guo
2015-12-21  7:54       ` Igor Grinberg
2015-12-21  7:54         ` Igor Grinberg
2015-12-22  8:15 ` [PATCH v2 0/2] " Ilya Ledvich
2015-12-22  8:15   ` Ilya Ledvich
2015-12-22  8:15   ` [PATCH v2 1/2] ARM: dts: imx7d: cl-som-imx7: add basic module support Ilya Ledvich
2015-12-22  8:15     ` Ilya Ledvich
2015-12-22 12:17     ` Shawn Guo
2015-12-22 12:17       ` Shawn Guo
2015-12-22 14:07       ` Igor Grinberg
2015-12-22 14:07         ` Igor Grinberg
2015-12-22  8:15   ` [PATCH v2 2/2] ARM: dts: imx7d: sbc-imx7: add basic board support Ilya Ledvich
2015-12-22  8:15     ` Ilya Ledvich
2015-12-22 12:19     ` Shawn Guo
2015-12-22 12:19       ` Shawn Guo
2015-12-22 14:13       ` Igor Grinberg [this message]
2015-12-22 14:13         ` Igor Grinberg
2015-12-22 12:13   ` [PATCH v2 0/2] Add support for CL-SOM-iMX7 and SBC-iMX7 Shawn Guo
2015-12-22 12:13     ` Shawn Guo
2015-12-22 14:14     ` Igor Grinberg
2015-12-22 14:14       ` Igor Grinberg

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=56795A7E.2000100@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=linux-arm-kernel@lists.infradead.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.