summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-05-01 15:56:37 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 06:42:36 +0300
commit01d97d5f18a28dfbb8d5e033f2408040fb4f8134 (patch)
treeaade00e9bdf2f5704286159e51343de6d3fe3f0d /include
parent70571f981b01e900c2ae320f7f06726ce69291bd (diff)
downloadu-boot-01d97d5f18a28dfbb8d5e033f2408040fb4f8134.tar.xz
dm: ppc: MPC8548CDS: add i2c DM support
This supports i2c DM for board MPC8548CDS Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8548CDS.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index a68d190f6a..b7796236fd 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2004, 2007, 2010-2011 Freescale Semiconductor.
+ * Copyright 2020 NXP
*/
/*
@@ -304,12 +305,18 @@ extern unsigned long get_clock_freq(void);
/*
* I2C
*/
+#ifndef CONFIG_DM_I2C
#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_FSL
#define CONFIG_SYS_FSL_I2C_SPEED 400000
#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
#define CONFIG_SYS_FSL_I2C_OFFSET 0x3000
#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} }
+#else
+#define CONFIG_SYS_SPD_BUS_NUM 0
+#define CONFIG_I2C_SET_DEFAULT_BUS_NUM
+#define CONFIG_I2C_DEFAULT_BUS_NUMBER 0
+#endif
+#define CONFIG_SYS_I2C_FSL
/* EEPROM */
#define CONFIG_ID_EEPROM