From mboxrd@z Thu Jan 1 00:00:00 1970 From: josh.wu@atmel.com (Josh Wu) Date: Thu, 5 Nov 2015 10:03:42 +0800 Subject: [PATCH 1/3] ARM: at91/dt: sama5d4: Fix mmc0 pinmux comments In-Reply-To: <1446675264-5514-1-git-send-email-marex@denx.de> References: <1446675264-5514-1-git-send-email-marex@denx.de> Message-ID: <563AB8FE.9040801@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Marek On 11/5/2015 6:14 AM, Marek Vasut wrote: > Synchronise the comments in mmc0 pinmux node with HSMCI0 pinmux > description in the Atmel SAMA5D4 datasheet from 24-Aug-15 page > 1119, section 37.6.1, Table 37-3 . > > Signed-off-by: Marek Vasut > Cc: Alexandre Belloni > Cc: Josh Wu > Reported-by: Nicolas Ferre > --- Thanks for the correction. Reviewed-by: Josh Wu Best Regards, Josh Wu > arch/arm/boot/dts/sama5d4.dtsi | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 8d1de29..48ca530 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -1640,15 +1640,15 @@ > pinctrl_mmc0_clk_cmd_dat0: mmc0_clk_cmd_dat0 { > atmel,pins = > - AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDB, conflict with NAND_D0 */ > - AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DB0, conflict with NAND_D1 */ > + AT91_PIOC 5 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_CDA, conflict with NAND_D0 */ > + AT91_PIOC 6 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA0, conflict with NAND_D1 */ > >; > }; > pinctrl_mmc0_dat1_3: mmc0_dat1_3 { > atmel,pins = > - - AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DB2, conflict with NAND_D3 */ > - AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DB3, conflict with NAND_D4 */ > + + AT91_PIOC 8 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA2, conflict with NAND_D3 */ > + AT91_PIOC 9 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* MCI0_DA3, conflict with NAND_D4 */ > >; > }; > };