omap: Beagle: only Cx boards use pin 23 for write protect
authorRobert Nelson <robertcnelson@gmail.com>
Fri, 24 Sep 2010 01:22:48 +0000 (18:22 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Sep 2010 01:22:48 +0000 (18:22 -0700)
commite4916e117a4fcd001a1be777e406ec1f98b75de4
treefcc114930da122236100c656de2cad4f2e6571b4
parent954bed046fe57724851879a9db813eecb1d15f55
omap: Beagle: only Cx boards use pin 23 for write protect

system_rev comes from u-boot and is a constant 0x20, so
Bx boards also fall in this 'if' and will get setup with the
wrong gpio_wp pin. Switch to using the Beagle revision routine
to correcly set pin 23 only for C1/2/3 and C4 Boards. Bx boards
will then use the correct default pin setting.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3beagle.c