Re: [U-Boot] [PATCH 3/3] i2c: fsl: Add option to get clock from DT

2018-04-11 Thread Heiko Schocher
Hello Mario, Am 28.03.2018 um 14:37 schrieb Mario Six: Add an option to get the clock speed from the device tree, hence adding compatibility with DM clock drivers. Signed-off-by: Mario Six --- drivers/i2c/fsl_i2c.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) Applied to u-

[U-Boot] [PATCH 3/3] i2c: fsl: Add option to get clock from DT

2018-03-28 Thread Mario Six
Add an option to get the clock speed from the device tree, hence adding compatibility with DM clock drivers. Signed-off-by: Mario Six --- drivers/i2c/fsl_i2c.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c index ad8eea438