From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 21 Aug 2013 11:40:04 +0200 Subject: [PATCH 5/5] ARM: at91: at91rm9200: set default mmc0 pinctrl-names In-Reply-To: <51C97284.40300@atmel.com> References: <20130617123645.GA21034@game.jcrosoft.org> <1371472710-18535-1-git-send-email-plagnioj@jcrosoft.com> <1371472710-18535-5-git-send-email-plagnioj@jcrosoft.com> <51C97284.40300@atmel.com> Message-ID: <52148AF4.5090200@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 25/06/2013 12:35, Nicolas Ferre : > On 17/06/2013 14:38, Jean-Christophe PLAGNIOL-VILLARD : >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >> Cc: Nicolas Ferre >> --- >> arch/arm/boot/dts/at91rm9200.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi >> index 1fc645e..8bc87e5 100644 >> --- a/arch/arm/boot/dts/at91rm9200.dtsi >> +++ b/arch/arm/boot/dts/at91rm9200.dtsi >> @@ -116,6 +116,7 @@ >> interrupts = <10 IRQ_TYPE_LEVEL_HIGH 0>; >> #address-cells = <1>; >> #size-cells = <0>; >> + pinctrl-names = "default"; > > You do not add a pinctrl cell: is it normal? Which pinctrl definition > does it take then? Okay, same fix that the one for 9260/9g20. So I take this one without a change: Acked-by: Nicolas Ferre > >> status = "disabled"; >> }; >> >> > > -- Nicolas Ferre