[PATCH] microblaze: Enable i2c DM by default
    Michal Simek 
    michal.simek at xilinx.com
       
    Fri Oct 23 07:57:27 CEST 2020
    
    
  
Microblaze has been converted fully to DM that's why enabled DM for I2C
too.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
 configs/microblaze-generic_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index df79206ac274..7cf736954b4c 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -43,6 +43,7 @@ CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_NETCONSOLE=y
 CONFIG_SPL_DM=y
 CONFIG_XILINX_GPIO=y
+CONFIG_DM_I2C=y
 CONFIG_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_MTD=y
-- 
2.28.0
    
    
More information about the U-Boot
mailing list