summaryrefslogtreecommitdiffstats
path: root/board/omap3/evm/evm.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-02-12 18:55:41 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-02-22 18:29:10 +0100
commitf956fd0338f4990793a10f767929ba4963665261 (patch)
tree44f670831d2fde5ea6104dbbd283390b825ce8bf /board/omap3/evm/evm.h
parent288f3cd912918b97919d13b6f7fb13fbddf74d68 (diff)
downloadtalos-obmc-uboot-f956fd0338f4990793a10f767929ba4963665261.tar.gz
talos-obmc-uboot-f956fd0338f4990793a10f767929ba4963665261.zip
OMAP3: Beagle: Add board revision detection
With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX) which might need different software handling. For this, GPIO pin 171 (GPIO module 6, offset 11) can be used to check for board revision. If this pin is low, we have a rev C board. Else it must be a revision Ax or Bx board. To handle board differences you can call function beagle_get_revision(). E.g.: if (beagle_get_revision()) { /* do special revision C stuff here */ } Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'board/omap3/evm/evm.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud