configs: am335x: am57x: dra7x: Enable CONFIG_SPL_DM_SEQ_ALIAS
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 7 Dec 2018 13:50:40 +0000 (14:50 +0100)
committerHeiko Schocher <hs@denx.de>
Mon, 10 Dec 2018 05:07:17 +0000 (06:07 +0100)
commitd83499892a26ae2bd0555ffa18a7ce804e784686
tree7bfe180259e2b9281c85d4f2cf4c44bc4da667af
parent3542ff29e4542b8cb0ac3ae861247e9bd487f22f
configs: am335x: am57x: dra7x: Enable CONFIG_SPL_DM_SEQ_ALIAS

Those platforms need CONFIG_SPL_DM_SEQ_ALIAS because they enable both
DM_I2C and SPL_DM. Without CONFIG_SPL_DM_SEQ_ALIAS, it is not possible to
get the I2C bus with i2c_get_chip_for_busnum().

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Felix Brack <fb@ltec.ch>
Tested-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
configs/am335x_pdu001_defconfig
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig
configs/dra7xx_hs_evm_defconfig
configs/omap3_logic_defconfig