> 
> >-----Original Message-----
> >From: U-Boot <[email protected]> On Behalf Of Biwen Li
> >Sent: Sunday, April 12, 2020 2:24 PM
> >To: Jagdish Gediya <[email protected]>; Priyanka Jain
> ><[email protected]>; [email protected]; [email protected];
> >[email protected]; Alison Wang <[email protected]>;
> >[email protected]; Pramod Kumar <[email protected]>;
> Rajesh
> >Bhagat <[email protected]>; Ruchika Gupta
> <[email protected]>;
> >[email protected]
> >Cc: Xiaobo Xie <[email protected]>; Jiafei Pan <[email protected]>;
> >u- [email protected]; Z.q. Hou <[email protected]>; Biwen Li
> ><[email protected]>
> >Subject: [PATCH 11/27] config: P2041RDB: enable DM_I2C
> >
> >From: Biwen Li <[email protected]>
> >
> >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 <[email protected]>
> >---
> > 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

Reply via email to