diff options
author | John Watts <contact@jookia.org> | 2023-02-01 20:44:35 +1100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2023-02-02 08:31:17 +0100 |
commit | 8b17624d1bd5c0afe9c74bb535965118ea8b952a (patch) | |
tree | 6c8db7a44f36733520a7e425f9ce37858fc8cd8f /fs | |
parent | 1c9f1e90888d4d4eb79b0a7e90f19644ef84e5ae (diff) | |
download | barebox-8b17624d1bd5c0afe9c74bb535965118ea8b952a.tar.gz |
I2C: i.MX: early: Use a custom delay on i.MX6
The i.MX early I2C code requires waiting for the controller to settle
after configuration. This is currently done using udelay which is
supported on ARMv8 but not on ARMv7.
For the i.MX6 we will have to use a custom delay. This was only
tested on the i.MX6Q but should work on all other i.MX6 chips.
Signed-off-by: John Watts <contact@jookia.org>
Link: https://lore.barebox.org/20230201094435.1228362-1-contact@jookia.org
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions