lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 4 Oct 2015 22:18:24 +0000 (23:18 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 21:12:13 +0000 (17:12 -0400)
commitf0aa26f006339969d5e712c50fdb6838333be3b8
tree41507f8fbf4fbb385a85f8b1c64cddc88bdae284
parentd1d0167663ada7c8fdb4d9d50d3fe132ac5a8b5e
lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config

According to ARM PrimeCell PL175 documentation WAIT_OEN config value
is defined without any additional clocks added to the value set by a
client, the change fixes the wrong interface to WAIT_OEN config.

The change also touches a single user of LPC32xx EMC and corrects
configured "output enable delay" value on its side according to the
changed interface.

No functional change intended.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/include/asm/arch-lpc32xx/emc.h
board/timll/devkit3250/devkit3250.c