From f7f9f6be95bc1f484ec118714defd3d6f6f10d4a Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Fri, 25 Nov 2016 11:14:20 +0530 Subject: 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 Reviewed-by: Tom Rini --- configs/am57xx_evm_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/am57xx_evm_defconfig') diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index a7f0fb6030..f401a6e3aa 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 -- cgit v1.2.1