MA-14296-2[Android]Enable virtual I2C for imx8qxp to support fastboot function
The enable pin of USB is controlled by i2c IO expender which is controlled by M4 image. Add macro to enable virtual i2c function. It will send i2c message to M4 side to enable USB phy chip. Change-Id: Ib7ed710d293b002526be3bd233921797eb9c6d41 Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
This commit is contained in:
parent
0bba42ebb3
commit
ff76415a1b
|
|
@ -91,3 +91,7 @@ CONFIG_SPL_GPIO_SUPPORT=y
|
|||
|
||||
CONFIG_NOT_UUU_BUILD=y
|
||||
CONFIG_APPEND_BOOTARGS=y
|
||||
|
||||
CONFIG_SYS_I2C_IMX_VIRT_I2C=y
|
||||
CONFIG_I2C_MUX_IMX_VIRT=y
|
||||
CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue