aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3430-sdp.dts
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2013-04-07 21:17:06 -0400
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-08 18:21:34 -0400
commita6f3e58777f15fc6b39e79c63baca3d2b79b0c9e (patch)
tree41989bb5fb6aef299bbd3d764cfa2d986a5c0d44 /arch/arm/boot/dts/omap3430-sdp.dts
parente4b9b9f3b945f5a55372d3dfd7b49e1b269ec3ba (diff)
ARM: dts: Update OMAP3430 SDP NAND and ONENAND properties
The GPMC timing properties for device-tree have been updated by adding a "-ns" or "-ps" suffix to indicate the units of time the property represents (as suggested by Rob Herring). Therefore, update the timing property names for the OMAP3430 SDP NAND and ONENAND devices. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3430-sdp.dts')
-rw-r--r--arch/arm/boot/dts/omap3430-sdp.dts56
1 files changed, 28 insertions, 28 deletions
diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index 05cd8ba88b28..44d219187ff4 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -57,20 +57,20 @@
57 57
58 ti,nand-ecc-opt = "sw"; 58 ti,nand-ecc-opt = "sw";
59 gpmc,device-nand; 59 gpmc,device-nand;
60 gpmc,cs-on = <0>; 60 gpmc,cs-on-ns = <0>;
61 gpmc,cs-rd-off = <36>; 61 gpmc,cs-rd-off-ns = <36>;
62 gpmc,cs-wr-off = <36>; 62 gpmc,cs-wr-off-ns = <36>;
63 gpmc,adv-on = <6>; 63 gpmc,adv-on-ns = <6>;
64 gpmc,adv-rd-off = <24>; 64 gpmc,adv-rd-off-ns = <24>;
65 gpmc,adv-wr-off = <36>; 65 gpmc,adv-wr-off-ns = <36>;
66 gpmc,oe-on = <6>; 66 gpmc,oe-on-ns = <6>;
67 gpmc,oe-off = <48>; 67 gpmc,oe-off-ns = <48>;
68 gpmc,we-on = <6>; 68 gpmc,we-on-ns = <6>;
69 gpmc,we-off = <30>; 69 gpmc,we-off-ns = <30>;
70 gpmc,rd-cycle = <72>; 70 gpmc,rd-cycle-ns = <72>;
71 gpmc,wr-cycle = <72>; 71 gpmc,wr-cycle-ns = <72>;
72 gpmc,access = <54>; 72 gpmc,access-ns = <54>;
73 gpmc,wr-access = <30>; 73 gpmc,wr-access-ns = <30>;
74 74
75 partition@0 { 75 partition@0 {
76 label = "xloader-nand"; 76 label = "xloader-nand";
@@ -102,20 +102,20 @@
102 102
103 gpmc,device-width = <2>; 103 gpmc,device-width = <2>;
104 gpmc,mux-add-data = <2>; 104 gpmc,mux-add-data = <2>;
105 gpmc,cs-on = <0>; 105 gpmc,cs-on-ns = <0>;
106 gpmc,cs-rd-off = <84>; 106 gpmc,cs-rd-off-ns = <84>;
107 gpmc,cs-wr-off = <72>; 107 gpmc,cs-wr-off-ns = <72>;
108 gpmc,adv-on = <0>; 108 gpmc,adv-on-ns = <0>;
109 gpmc,adv-rd-off = <18>; 109 gpmc,adv-rd-off-ns = <18>;
110 gpmc,adv-wr-off = <18>; 110 gpmc,adv-wr-off-ns = <18>;
111 gpmc,oe-on = <30>; 111 gpmc,oe-on-ns = <30>;
112 gpmc,oe-off = <84>; 112 gpmc,oe-off-ns = <84>;
113 gpmc,we-on = <0>; 113 gpmc,we-on-ns = <0>;
114 gpmc,we-off = <42>; 114 gpmc,we-off-ns = <42>;
115 gpmc,rd-cycle = <108>; 115 gpmc,rd-cycle-ns = <108>;
116 gpmc,wr-cycle = <96>; 116 gpmc,wr-cycle-ns = <96>;
117 gpmc,access = <78>; 117 gpmc,access-ns = <78>;
118 gpmc,wr-data-mux-bus = <30>; 118 gpmc,wr-data-mux-bus-ns = <30>;
119 119
120 partition@0 { 120 partition@0 {
121 label = "xloader-onenand"; 121 label = "xloader-onenand";