Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755433AbaAIMhK (ORCPT ); Thu, 9 Jan 2014 07:37:10 -0500 Received: from mail-wg0-f42.google.com ([74.125.82.42]:40624 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753423AbaAIMfQ (ORCPT ); Thu, 9 Jan 2014 07:35:16 -0500 From: Jean-Jacques Hiblot To: nicolas.ferre@atmel.com, b.brezillon@overkiz.com, arnd@arndb.de Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jean-Jacques Hiblot Subject: [PATCH v2 09/12] at91: dt: sam9261: Pinmux DT entries for the SMC/EBI interface Date: Thu, 9 Jan 2014 13:31:46 +0100 Message-Id: <1389270709-32662-10-git-send-email-jjhiblot@traphandler.com> X-Mailer: git-send-email 1.8.5.2 In-Reply-To: <1389270709-32662-1-git-send-email-jjhiblot@traphandler.com> References: <1389270709-32662-1-git-send-email-jjhiblot@traphandler.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Jean-Jacques Hiblot --- arch/arm/boot/dts/at91sam9261.dtsi | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi index cd219b9..695d5d2 100644 --- a/arch/arm/boot/dts/at91sam9261.dtsi +++ b/arch/arm/boot/dts/at91sam9261.dtsi @@ -317,6 +317,60 @@ >; }; }; + smc { + pinctrl_smc_nwait: smc_nwait-0 { + atmel,pins = ; + }; + pinctrl_smc_a23_a25: smc_a23_a25-0 { + atmel,pins = + ; + }; + pinctrl_smc_d16_d31: smc_d16_d31-0 { + atmel,pins = + ; + }; + pinctrl_smc_ncs4: smc_ncs4-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs5: smc_ncs5-0 { + atmel,pins = ; + }; + pinctrl_smc_nandoe: smc_nandoe-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs6: smc_ncs6-0 { + atmel,pins = ; + }; + pinctrl_smc_nandwe: smc_nandwe-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs7: smc_ncs7-0 { + atmel,pins = ; + }; + pinctrl_smc_cfce1: smc_cfce1-0 { + atmel,pins = ; + }; + pinctrl_smc_cfce2: smc_cfce2-0 { + atmel,pins = ; + }; + }; pioA: gpio@fffff400 { compatible = "atmel,at91rm9200-gpio"; reg = <0xfffff400 0x200>; -- 1.8.5.2 -- 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/