diff options
| author | Holger Brunck <holger.brunck@ch.abb.com> | 2020-01-10 12:47:42 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-01-23 07:29:58 -0500 |
| commit | 78a408bb49a78462b1cdff0611029d8f830c5e5e (patch) | |
| tree | 8de76cc650e0d293c22f6cd6a505407b096bced3 /include | |
| parent | ac32e7d109112f848b3f0dc68cff48021e348e86 (diff) | |
| download | u-boot-78a408bb49a78462b1cdff0611029d8f830c5e5e.tar.gz u-boot-78a408bb49a78462b1cdff0611029d8f830c5e5e.tar.xz u-boot-78a408bb49a78462b1cdff0611029d8f830c5e5e.zip | |
KM/kmp204x: qrio and i2c deblock code moved to common
This patch moves the qrio and i2c deblocking code to
keymile/common as it will also be used by the upcoming CENT2 board.
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
CC: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kmp204x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/kmp204x.h b/include/configs/kmp204x.h index 6cee3b47b3..0224ac4148 100644 --- a/include/configs/kmp204x.h +++ b/include/configs/kmp204x.h @@ -224,6 +224,10 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_KM_CONSOLE_TTY "ttyS0" /* I2C */ +/* QRIO GPIOs used for deblocking */ +#define KM_I2C_DEBLOCK_PORT QRIO_GPIO_A +#define KM_I2C_DEBLOCK_SCL 20 +#define KM_I2C_DEBLOCK_SDA 21 #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_INIT_BOARD |
