From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <54C0D872.6010005@atmel.com> Date: Thu, 22 Jan 2015 12:01:06 +0100 From: Nicolas Ferre MIME-Version: 1.0 To: Josh Wu , Brian Norris Subject: Re: [PATCH v2] ARM: at91: sama5d4: dts: change the nand compatible string References: <1421656387-12538-2-git-send-email-josh.wu@atmel.com> <1421923305-10088-1-git-send-email-josh.wu@atmel.com> In-Reply-To: <1421923305-10088-1-git-send-email-josh.wu@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Boris Brezillon , Ian Campbell , Rob Herring , Alexandre Belloni , linux-mtd@lists.infradead.org, Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Le 22/01/2015 11:41, Josh Wu a écrit : > As we introduce a new "atmel,sama5d4-nand" compatible string for sama5d4, > so we need to apply it for sama5d4 chip. > > Signed-off-by: Josh Wu Acked-by: Nicolas Ferre Brian, I suppose that it makes sense to keep this patch with the previous one. So, can you take it in your tree? Otherwise, it can take the at91 -> arm-soc route. Bye, > --- > > Changes in v2: > - still keep the old rm9200 nand compatible string for compatible old driver. > > arch/arm/boot/dts/sama5d4.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 1b0f30c..e40b1da 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -267,7 +267,7 @@ > }; > > nand0: nand@80000000 { > - compatible = "atmel,at91rm9200-nand"; > + compatible = "atmel,sama5d4-nand", "atmel,at91rm9200-nand"; > #address-cells = <1>; > #size-cells = <1>; > ranges; > -- Nicolas Ferre