From mboxrd@z Thu Jan 1 00:00:00 1970 From: josh.wu@atmel.com (Josh Wu) Date: Thu, 5 Nov 2015 11:05:03 +0800 Subject: [PATCH V3 2/3] ARM: at91/dt: sama5d4: Add pinmux for 8-bit MMC0 bus In-Reply-To: <1446690301-8602-1-git-send-email-marex@denx.de> References: <563ABBCD.8090802@atmel.com> <1446690301-8602-1-git-send-email-marex@denx.de> Message-ID: <563AC75F.3040602@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/5/2015 10:25 AM, Marek Vasut wrote: > Add pinmux for the 4 remaining signals used in 8-bit MMC 0 > bus configuration. > > Signed-off-by: Marek Vasut > Cc: Alexandre Belloni > Cc: Josh Wu > Cc: Nicolas Ferre > --- Thanks Marek for the quick fix ;-), and Reviewed-by: Josh Wu Best Regards, Josh Wu > arch/arm/boot/dts/sama5d4.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > V2: Repair the incorrect comments for the pinmux, original version > of the commment contained wrong MCI0_DAx references. > V3: Fix NAND_D8 -> NAND_OE > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 48ca530..ae6041b 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -1651,6 +1651,14 @@ > AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */ > >; > }; > + pinctrl_mmc0_dat4_7: mmc0_dat4_7 { > + atmel,pins = > + + AT91_PIOC 11 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA5, conflict with NAND_D6 */ > + AT91_PIOC 12 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA6, conflict with NAND_D7 */ > + AT91_PIOC 13 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA7, conflict with NAND_OE */ > + >; > + }; > }; > > mmc1 {