[PATCH 11/27] config: P2041RDB: enable DM_I2C

Biwen Li biwen.li at nxp.com
Thu Apr 16 11:20:32 CEST 2020


> 
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Biwen Li
> >Sent: Sunday, April 12, 2020 2:24 PM
> >To: Jagdish Gediya <jagdish.gediya at nxp.com>; Priyanka Jain
> ><priyanka.jain at nxp.com>; hs at denx.de; jagan at amarulasolutions.com;
> >aford173 at gmail.com; Alison Wang <alison.wang at nxp.com>;
> >jh80.chung at samsung.com; Pramod Kumar <pramod.kumar_1 at nxp.com>;
> Rajesh
> >Bhagat <rajesh.bhagat at nxp.com>; Ruchika Gupta
> <ruchika.gupta at nxp.com>;
> >olteanv at gmail.com
> >Cc: Xiaobo Xie <xiaobo.xie at nxp.com>; Jiafei Pan <jiafei.pan at nxp.com>;
> >u- boot at lists.denx.de; Z.q. Hou <zhiqiang.hou at nxp.com>; Biwen Li
> ><biwen.li at nxp.com>
> >Subject: [PATCH 11/27] config: P2041RDB: enable DM_I2C
> >
> >From: Biwen Li <biwen.li at nxp.com>
> >
> >This enables DM_I2C in P2041RDB defconfig, except P2041RDB
> >SRIO_PCIE_BOOT and SECURE_BOOT defconfigs
> >
> Why are we not doing changes for all defconfigs.
Currently not support dm for these defconfigs.(It needs other patches from other ip, such as pci)

> 
> Regards
> Priyanka
> >Signed-off-by: Biwen Li <biwen.li at nxp.com>
> >---
> > configs/P2041RDB_NAND_defconfig     | 1 +
> > configs/P2041RDB_SDCARD_defconfig   | 1 +
> > configs/P2041RDB_SPIFLASH_defconfig | 1 +
> > configs/P2041RDB_defconfig          | 1 +
> > 4 files changed, 4 insertions(+)
> >
> >diff --git a/configs/P2041RDB_NAND_defconfig
> >b/configs/P2041RDB_NAND_defconfig index 110e50bfd9..fef533e357
> 100644
> >--- a/configs/P2041RDB_NAND_defconfig
> >+++ b/configs/P2041RDB_NAND_defconfig
> >@@ -58,3 +58,4 @@ CONFIG_SPI=y
> > CONFIG_FSL_ESPI=y
> > CONFIG_USB=y
> > CONFIG_DM_USB=y
> >+CONFIG_DM_I2C=y
> >diff --git a/configs/P2041RDB_SDCARD_defconfig
> >b/configs/P2041RDB_SDCARD_defconfig
> >index c47c60158d..5364d7cee7 100644
> >--- a/configs/P2041RDB_SDCARD_defconfig
> >+++ b/configs/P2041RDB_SDCARD_defconfig
> >@@ -57,3 +57,4 @@ CONFIG_SPI=y
> > CONFIG_FSL_ESPI=y
> > CONFIG_USB=y
> > CONFIG_DM_USB=y
> >+CONFIG_DM_I2C=y
> >diff --git a/configs/P2041RDB_SPIFLASH_defconfig
> >b/configs/P2041RDB_SPIFLASH_defconfig
> >index 40eafa7162..9818a6eb74 100644
> >--- a/configs/P2041RDB_SPIFLASH_defconfig
> >+++ b/configs/P2041RDB_SPIFLASH_defconfig
> >@@ -58,3 +58,4 @@ CONFIG_SPI=y
> > CONFIG_FSL_ESPI=y
> > CONFIG_USB=y
> > CONFIG_DM_USB=y
> >+CONFIG_DM_I2C=y
> >diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig
> >index 3a79fc62b6..7a4e62582a 100644
> >--- a/configs/P2041RDB_defconfig
> >+++ b/configs/P2041RDB_defconfig
> >@@ -56,3 +56,4 @@ CONFIG_SPI=y
> > CONFIG_FSL_ESPI=y
> > CONFIG_USB=y
> > CONFIG_DM_USB=y
> >+CONFIG_DM_I2C=y
> >--
> >2.17.1



More information about the U-Boot mailing list