From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Wu Subject: [PATCH 3/3] ARM: at91: sama5d3/dts: add sama5d3 compatiable string for nand Date: Tue, 10 Feb 2015 14:14:45 +0800 Message-ID: <1423548885-27589-3-git-send-email-josh.wu@atmel.com> References: <1423548885-27589-1-git-send-email-josh.wu@atmel.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1423548885-27589-1-git-send-email-josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Brian Norris , linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Nicolas Ferre , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Boris Brezillon , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Josh Wu List-Id: devicetree@vger.kernel.org As we introduce a new "atmel,sama5d3-nand" compatible string for sama5d3, Apply it for sama5d3 chip. Signed-off-by: Josh Wu --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index c0c3597..7b6c36f 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -1398,7 +1398,7 @@ }; nand0: nand@60000000 { - compatible = "atmel,at91rm9200-nand"; + compatible = "atmel,sama5d3-nand", "atmel,at91rm9200-nand"; #address-cells = <1>; #size-cells = <1>; ranges; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html