Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754596AbbERPxy (ORCPT ); Mon, 18 May 2015 11:53:54 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:4563 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754078AbbERPxl (ORCPT ); Mon, 18 May 2015 11:53:41 -0400 Message-ID: <555A0ACB.1060603@atmel.com> Date: Mon, 18 May 2015 17:52:43 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Ludovic Desroches CC: , , , Subject: Re: [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges References: <1430126106-15300-1-git-send-email-ludovic.desroches@atmel.com> In-Reply-To: <1430126106-15300-1-git-send-email-ludovic.desroches@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1415 Lines: 40 Le 27/04/2015 11:15, Ludovic Desroches a ?crit : > Update the pinctrl ranges property to support pioD controller whose > mapping is not contiguous with other pio controllers. Without this > update, getting resource will fail, then pinctrl probe will fail too > because there is a missing pio controller. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Thanks. > --- > arch/arm/boot/dts/sama5d4.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 8679fa9..2cfc65f 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -1214,7 +1214,8 @@ > #address-cells = <1>; > #size-cells = <1>; > compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; > - ranges = <0xfc06a000 0xfc06a000 0x4000>; > + ranges = <0xfc068000 0xfc068000 0x100 > + 0xfc06a000 0xfc06a000 0x4000>; > /* WARNING: revisit as pin spec has changed */ > atmel,mux-mask = < > /* A B C */ > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/