Skip to content

Commit

Permalink
ARM: dts: omap3-devkit8000: fix a typo in GMPC node
Browse files Browse the repository at this point in the history
"gpmc,sync-clki-ps" is not defined/documented, it should be
"gpmc,sync-clk-ps" instead.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Aaro Koskinen authored and Benoit Cousson committed Oct 11, 2013
1 parent e0efaaf commit 6283513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-devkit8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
nand-bus-width = <16>;

gpmc,device-nand;
gpmc,sync-clki-ps = <0>;
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>;
gpmc,cs-wr-off-ns = <44>;
Expand Down

0 comments on commit 6283513

Please sign in to comment.