summaryrefslogtreecommitdiff
path: root/configs/mx6sabreauto_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-07-10 18:59:11 (GMT)
committerStefano Babic <sbabic@denx.de>2017-07-12 08:21:10 (GMT)
commitca62e5d043640c4b4120d7d8ed292e813a17b58d (patch)
tree1af7c249cb7d9e2943c3219dc4bad66be3615199 /configs/mx6sabreauto_defconfig
parent552a848e4f75e224515269a84a1155c84b762bc7 (diff)
downloadu-boot-fsl-qoriq-ca62e5d043640c4b4120d7d8ed292e813a17b58d.tar.xz
mx6sabreauto: Do not enable WEIM by default
WEIM cannot be used when I2C3 is enabled due to pin conflict, so keep WEIM disabled by default. I2C3 controls GPIO I2C expander (USB host and OTG have VBUS controlled by the GPIO I2C expander), magnetometer, accelerometer. Not disabling WEIM in U-Boot causes I2C3 to behave badly when booting a NXP 4.1 kernel, which leads to probe failure on several devices, including the lack of USB: imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517 By keeping WEIM disabled in U-Boot these kernel issues are gone. Reported-by: Takashi Matsuzawa <tmatsuzawa@xevo.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
-rw-r--r--configs/mx6sabreauto_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig
index c63cc8e..f904cbf 100644
--- a/configs/mx6sabreauto_defconfig
+++ b/configs/mx6sabreauto_defconfig
@@ -38,7 +38,7 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_DFU_MMC=y
CONFIG_DFU_SF=y
-CONFIG_MTD_NOR_FLASH=y
+# CONFIG_MTD_NOR_FLASH is not set
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_USB=y