summaryrefslogtreecommitdiff
path: root/include/configs/ti_omap5_common.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-11-25 08:44:19 +0300
committerTom Rini <trini@konsulko.com>2016-12-04 21:54:54 +0300
commitbf43ce6ca65355d8ad262d7bd55f5d05dbf55e25 (patch)
tree55b9fc0150000e84a101b415b97839d0ab5ce98a /include/configs/ti_omap5_common.h
parenta0c0b97c6b7eb51e9687f63983d0d452990b15fc (diff)
downloadu-boot-bf43ce6ca65355d8ad262d7bd55f5d05dbf55e25.tar.xz
board: ti: am57xx: Add support for detection of reva3 variations for GPEVM
AM57xx evm Rev A3 with SR2.0 platform have incompatible changes for HDMI GPIO requiring new dtb support. This implies we have to properly identify the platform now as well. Hence provide a different board name for the Rev A3 variations. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_omap5_common.h')
-rw-r--r--include/configs/ti_omap5_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 73c67167eb..d6f750f25a 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -93,6 +93,8 @@
"setenv fdtfile am572x-idk.dtb; fi;" \
"if test $board_name = am57xx_evm; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
+ "if test $board_name = am57xx_evm_reva3; then " \
+ "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $fdtfile = undefined; then " \
"echo WARNING: Could not determine device tree to use; fi; \0" \
DFUARGS \