diff options
| author | 2013-09-21 02:40:14 +0300 | |
|---|---|---|
| committer | 2013-10-11 21:06:33 +0200 | |
| commit | 6283513b6ee9caa8e38f9c41fcf95f209d9aebfd (patch) | |
| tree | 0a6e3e2e376662b1bfd61566cdccf62d25589ab8 | |
| parent | ARM: dts: AM33XX: don't redefine OCP bus and device nodes (diff) | |
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: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
| -rw-r--r-- | arch/arm/boot/dts/omap3-devkit8000.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 7ef282795dd4..4665421bb7bc 100644 --- a/arch/arm/boot/dts/omap3-devkit8000.dts +++ b/arch/arm/boot/dts/omap3-devkit8000.dts @@ -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>; |
