diff options
author | Tony Lindgren <tony@atomide.com> | 2014-10-29 20:16:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-30 11:50:26 -0400 |
commit | 1bb37404397da5f32565de6bff8b8d4793ad07c4 (patch) | |
tree | 3ef54024d50488e38d21127f9ce1b5f12597a3d7 | |
parent | e2c5eb78a3cc9b0d69ae924c33da50a4cd6d1fa4 (diff) |
ARM: dts: Add smc91x GPMC configuration for 2430sdp
Let's use the bootloader values except for the partially configured
wait-pin that does not seem to work.
Cc: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap2430-sdp.dts | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap2430-sdp.dts b/arch/arm/boot/dts/omap2430-sdp.dts index 2c90d29b4cad..05eca2e4430f 100644 --- a/arch/arm/boot/dts/omap2430-sdp.dts +++ b/arch/arm/boot/dts/omap2430-sdp.dts | |||
@@ -43,7 +43,31 @@ | |||
43 | interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */ | 43 | interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */ |
44 | reg = <5 0x300 0xf>; | 44 | reg = <5 0x300 0xf>; |
45 | bank-width = <2>; | 45 | bank-width = <2>; |
46 | gpmc,mux-add-data; | 46 | gpmc,sync-clk-ps = <0>; |
47 | }; | 47 | gpmc,mux-add-data = <2>; |
48 | gpmc,device-width = <1>; | ||
49 | gpmc,cycle2cycle-samecsen = <1>; | ||
50 | gpmc,cycle2cycle-diffcsen = <1>; | ||
51 | gpmc,cs-on-ns = <7>; | ||
52 | gpmc,cs-rd-off-ns = <233>; | ||
53 | gpmc,cs-wr-off-ns = <233>; | ||
54 | gpmc,adv-on-ns = <22>; | ||
55 | gpmc,adv-rd-off-ns = <60>; | ||
56 | gpmc,adv-wr-off-ns = <60>; | ||
57 | gpmc,oe-on-ns = <67>; | ||
58 | gpmc,oe-off-ns = <210>; | ||
59 | gpmc,we-on-ns = <67>; | ||
60 | gpmc,we-off-ns = <210>; | ||
61 | gpmc,rd-cycle-ns = <233>; | ||
62 | gpmc,wr-cycle-ns = <233>; | ||
63 | gpmc,access-ns = <233>; | ||
64 | gpmc,page-burst-access-ns = <30>; | ||
65 | gpmc,bus-turnaround-ns = <30>; | ||
66 | gpmc,cycle2cycle-delay-ns = <30>; | ||
67 | gpmc,wait-monitoring-ns = <0>; | ||
68 | gpmc,clk-activation-ns = <0>; | ||
69 | gpmc,wr-data-mux-bus-ns = <0>; | ||
70 | gpmc,wr-access-ns = <0>; | ||
71 | }; | ||
48 | }; | 72 | }; |
49 | 73 | ||