Skip to content
Snippets Groups Projects
Commit 6283513b authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Benoit Cousson
Browse files

ARM: dts: omap3-devkit8000: fix a typo in GMPC node


"gpmc,sync-clki-ps" is not defined/documented, it should be
"gpmc,sync-clk-ps" instead.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent e0efaafb
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
nand-bus-width = <16>; nand-bus-width = <16>;
gpmc,device-nand; gpmc,device-nand;
gpmc,sync-clki-ps = <0>; gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>; gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>; gpmc,cs-rd-off-ns = <44>;
gpmc,cs-wr-off-ns = <44>; gpmc,cs-wr-off-ns = <44>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment