mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1dec7fa797
Remove old (pre-DM) i2c setup code. Enable DM i2c. Convert common code to use DM rtc. Convert common code to read VPD from eeprom partition. Convert the generic i2c PMIC init code to use the new da9063 driver. mx53ppd only: Correct RTC compatible in device tree. Enable MXC DM i2c driver. Define CONFIG_SYS_MALLOC_F_LEN so that DM is available in pre-reloc. Make GPIO banks available during preloc, since initialisation is done in board_early_init_f(). Add gpio_request() calls to satisfy the DM_GPIO compatibility API. Remove unused power configuration. Signed-off-by: Robert Beckett <bob.beckett@collabora.com> Signed-off-by: Ian Ray <ian.ray@ge.com>
18 lines
229 B
Text
18 lines
229 B
Text
if TARGET_GE_BX50V3
|
|
|
|
config IMX_CONFIG
|
|
default "board/ge/bx50v3/bx50v3.cfg"
|
|
|
|
config SYS_BOARD
|
|
default "bx50v3"
|
|
|
|
config SYS_VENDOR
|
|
default "ge"
|
|
|
|
config SYS_SOC
|
|
default "mx6"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ge_bx50v3"
|
|
|
|
endif
|