aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@epfl.ch>2013-05-23 04:11:37 -0400
committerGrant Likely <grant.likely@linaro.org>2013-06-12 05:23:18 -0400
commit494235005bb7ed2f7f8713a492172897160b0e83 (patch)
tree49f56d3e78e47158081d392ee3f0c747bf883d61
parent792efb84670c5b4c58669645cb6fd7e943376ee0 (diff)
ARM: dts: omap3-devkit8000: fix NAND memory binding
Commit d36b4cd 'ARM: OMAP2+: Add additional GPMC timing parameters' updated GPMC binding, but omap3-devkit8000 was not updated accordingly, resulting in a broken configuration. Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: Grant Likely <grant.likely@linaro.org>
-rw-r--r--arch/arm/boot/dts/omap3-devkit8000.dts29
1 files changed, 15 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts
index 8a5cdcc6debd..e5b35f526b74 100644
--- a/arch/arm/boot/dts/omap3-devkit8000.dts
+++ b/arch/arm/boot/dts/omap3-devkit8000.dts
@@ -123,20 +123,21 @@
123 reg = <0 0 0>; /* CS0, offset 0 */ 123 reg = <0 0 0>; /* CS0, offset 0 */
124 nand-bus-width = <16>; 124 nand-bus-width = <16>;
125 125
126 gpmc,sync-clk = <0>; 126 gpmc,device-nand;
127 gpmc,cs-on = <0>; 127 gpmc,sync-clki-ps = <0>;
128 gpmc,cs-rd-off = <44>; 128 gpmc,cs-on-ns = <0>;
129 gpmc,cs-wr-off = <44>; 129 gpmc,cs-rd-off-ns = <44>;
130 gpmc,adv-on = <6>; 130 gpmc,cs-wr-off-ns = <44>;
131 gpmc,adv-rd-off = <34>; 131 gpmc,adv-on-ns = <6>;
132 gpmc,adv-wr-off = <44>; 132 gpmc,adv-rd-off-ns = <34>;
133 gpmc,we-off = <40>; 133 gpmc,adv-wr-off-ns = <44>;
134 gpmc,oe-off = <54>; 134 gpmc,we-off-ns = <40>;
135 gpmc,access = <64>; 135 gpmc,oe-off-ns = <54>;
136 gpmc,rd-cycle = <82>; 136 gpmc,access-ns = <64>;
137 gpmc,wr-cycle = <82>; 137 gpmc,rd-cycle-ns = <82>;
138 gpmc,wr-access = <40>; 138 gpmc,wr-cycle-ns = <82>;
139 gpmc,wr-data-mux-bus = <0>; 139 gpmc,wr-access-ns = <40>;
140 gpmc,wr-data-mux-bus-ns = <0>;
140 141
141 #address-cells = <1>; 142 #address-cells = <1>;
142 #size-cells = <1>; 143 #size-cells = <1>;