commit | 58994fce100aa94c848906529faf3c3a78017932 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Dec 07 14:50:42 2018 +0100 |
committer | Heiko Schocher <hs@denx.de> | Mon Dec 10 06:11:18 2018 +0100 |
tree | 6f74bd607623586d1ff2ea5b20f4f2218188219f | |
parent | 3f51de3757619649cdee9232d26158b461ae9e3c [diff] |
i2c: omap24xx_i2c: Use platdata to probe the device This allows the driver to be used without OF_CONTROL. AM335x support DM_SPL but does not use SPL_OF_CONTROL. Enabling DM_I2C in SPL thus requires that the omap I2C can be passed platdata. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>