From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Wed, 21 Aug 2013 12:20:41 +0200 Subject: [PATCH 4/5] ARM: AT91: dt: add at91rm9200 PQFP package version In-Reply-To: <51CA9E8A.3080708@atmel.com> References: <20130617123645.GA21034@game.jcrosoft.org> <1371472710-18535-1-git-send-email-plagnioj@jcrosoft.com> <1371472710-18535-4-git-send-email-plagnioj@jcrosoft.com> <51CA9E8A.3080708@atmel.com> Message-ID: <52149479.9050402@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 26/06/2013 09:55, Nicolas Ferre : > On 17/06/2013 14:38, Jean-Christophe PLAGNIOL-VILLARD : >> the PQFP version have only 3 gpio banks (A, B & C) >> >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >> Cc: Nicolas Ferre > > Acked-by: Nicolas Ferre > >> --- >> arch/arm/boot/dts/at91rm9200_pqfp.dtsi | 17 +++++++++++++++++ >> 1 file changed, 17 insertions(+) >> create mode 100644 arch/arm/boot/dts/at91rm9200_pqfp.dtsi >> >> diff --git a/arch/arm/boot/dts/at91rm9200_pqfp.dtsi b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi >> new file mode 100644 >> index 0000000..8e3d43f >> --- /dev/null >> +++ b/arch/arm/boot/dts/at91rm9200_pqfp.dtsi >> @@ -0,0 +1,17 @@ >> +/* >> + * at91rm9200_pqfp.dtsi - Device Tree Include file for AT91RM9200 PQFP family SoC >> + * >> + * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD >> + * >> + * Licensed under GPLv2 or later. >> + */ >> + >> +#include "at91rm9200.dtsi" >> + >> +/ { >> + compatible = "atmel,at91rm9200-pqfp", "atmel,at91rm9200"; >> +}; >> + >> +&pioD { >> + status = "disable"; > > Typo: s/disable/disabled/ With typo corrected, stacked on at91-3.12-dt Thanks, -- Nicolas Ferre