aboutsummaryrefslogtreecommitdiffstats
path: root/patches.at91/0242-arm-at91sam9xcm-add-specific-nand-pinctrl.patch
blob: 1b2ca9c5088c7113b8d07889f9f5983952f4f2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From c5e8d355aa1cc2b2fe24f55777cbc08454af9d24 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Tue, 23 Oct 2012 15:06:54 +0800
Subject: arm: at91sam9xcm: add specific nand pinctrl

the nand is on d16 and 8bit

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/boot/dts/at91sam9x5cm.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi
index 4027ac7..ca049fb 100644
--- a/arch/arm/boot/dts/at91sam9x5cm.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi
@@ -31,6 +31,7 @@
 			atmel,pmecc-cap = <2>;
 			atmel,pmecc-sector-size = <512>;
 			nand-on-flash-bbt;
+			pinctrl-0 = <&pinctrl_nand_rdy_enable &pinctrl_nand_oe_we_ale_cle &pinctrl_nand_bus_on_d16_8bit>;
 			status = "okay";
 
 			at91bootstrap@0 {
-- 
1.8.0.197.g5a90748