aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/gpmc-nand.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
index e7f8d7ed47eb..6a983c1d87cd 100644
--- a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
@@ -56,20 +56,20 @@ Example for an AM33xx board:
56 nand-bus-width = <16>; 56 nand-bus-width = <16>;
57 ti,nand-ecc-opt = "bch8"; 57 ti,nand-ecc-opt = "bch8";
58 58
59 gpmc,sync-clk = <0>; 59 gpmc,sync-clk-ps = <0>;
60 gpmc,cs-on = <0>; 60 gpmc,cs-on-ns = <0>;
61 gpmc,cs-rd-off = <44>; 61 gpmc,cs-rd-off-ns = <44>;
62 gpmc,cs-wr-off = <44>; 62 gpmc,cs-wr-off-ns = <44>;
63 gpmc,adv-on = <6>; 63 gpmc,adv-on-ns = <6>;
64 gpmc,adv-rd-off = <34>; 64 gpmc,adv-rd-off-ns = <34>;
65 gpmc,adv-wr-off = <44>; 65 gpmc,adv-wr-off-ns = <44>;
66 gpmc,we-off = <40>; 66 gpmc,we-off-ns = <40>;
67 gpmc,oe-off = <54>; 67 gpmc,oe-off-ns = <54>;
68 gpmc,access = <64>; 68 gpmc,access-ns = <64>;
69 gpmc,rd-cycle = <82>; 69 gpmc,rd-cycle-ns = <82>;
70 gpmc,wr-cycle = <82>; 70 gpmc,wr-cycle-ns = <82>;
71 gpmc,wr-access = <40>; 71 gpmc,wr-access-ns = <40>;
72 gpmc,wr-data-mux-bus = <0>; 72 gpmc,wr-data-mux-bus-ns = <0>;
73 73
74 #address-cells = <1>; 74 #address-cells = <1>;
75 #size-cells = <1>; 75 #size-cells = <1>;