summaryrefslogtreecommitdiff
path: root/configs/am57xx_evm_defconfig
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-11-25 05:44:20 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-04 18:54:54 (GMT)
commitf7f9f6be95bc1f484ec118714defd3d6f6f10d4a (patch)
treee8ca2d8588f7d4dcffa8bbfa2ad367be961d0c8d /configs/am57xx_evm_defconfig
parentbf43ce6ca65355d8ad262d7bd55f5d05dbf55e25 (diff)
downloadu-boot-f7f9f6be95bc1f484ec118714defd3d6f6f10d4a.tar.xz
board: ti: am57xx: Add support for detection of X15 revb1
BeagleBoard-X15 Rev B1 with SR1.1 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 B1 variants. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r--configs/am57xx_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index a7f0fb6..f401a6e 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -50,7 +50,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
-CONFIG_OF_LIST="am57xx-beagle-x15 am572x-idk"
+CONFIG_OF_LIST="am57xx-beagle-x15 am57xx-beagle-x15-revb1 am572x-idk"
CONFIG_DM=y
# CONFIG_BLK is not set
CONFIG_DM_GPIO=y