>
> >-----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 05/27] configs: P5040DS: enable DM_I2C
> >
> >From: Biwen Li <[email protected]>
> >
> >This enable DM_I2C in P5040DS defconfigs, except P5040DS SECURE_BOOT
> >defconfigs
> Why P5040DS_SECURE_BOOT is not covered? Any particular reason?
Currently doesn't support dm in SECURE BOOT for powerpc architecture.
It needs some efforts to test SECURE BOOT.(My patch also depend on other
patches when enable DM_I2C for SECURE BOOT )
>
> Regards
> Priyanka
> >
> >Signed-off-by: Biwen Li <[email protected]>
> >---
> > configs/P5040DS_NAND_defconfig | 1 +
> > configs/P5040DS_SDCARD_defconfig | 1 +
> > configs/P5040DS_SPIFLASH_defconfig | 1 +
> > configs/P5040DS_defconfig | 1 +
> > 4 files changed, 4 insertions(+)
> >
> >diff --git a/configs/P5040DS_NAND_defconfig
> >b/configs/P5040DS_NAND_defconfig index 4c3f705238..6f6f672762 100644
> >--- a/configs/P5040DS_NAND_defconfig
> >+++ b/configs/P5040DS_NAND_defconfig
> >@@ -59,3 +59,4 @@ CONFIG_SPI=y
> > CONFIG_FSL_ESPI=y
> > CONFIG_USB=y
> > CONFIG_DM_USB=y
> >+CONFIG_DM_I2C=y
> >diff --git a/configs/P5040DS_SDCARD_defconfig
> >b/configs/P5040DS_SDCARD_defconfig
> >index 3874e06f31..2b9ac1cb19 100644
> >--- a/configs/P5040DS_SDCARD_defconfig
> >+++ b/configs/P5040DS_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/P5040DS_SPIFLASH_defconfig
> >b/configs/P5040DS_SPIFLASH_defconfig
> >index 09c13fecd6..612121d490 100644
> >--- a/configs/P5040DS_SPIFLASH_defconfig
> >+++ b/configs/P5040DS_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/P5040DS_defconfig b/configs/P5040DS_defconfig
> >index
> >d531401796..9c26705bf9 100644
> >--- a/configs/P5040DS_defconfig
> >+++ b/configs/P5040DS_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