commit | 32306dd40243b4fed0170afad906f192aa037ecf | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jan 02 15:41:52 2018 +0800 |
committer | Heiko Schocher <hs@denx.de> | Tue Jan 16 06:58:59 2018 +0100 |
tree | a96d88702ccbe8a90ff20ee4a8f42ee469092f9b | |
parent | ef212adbcf6bad957fe1badb34f8e4801fe0d1e9 [diff] |
i2c: lpi2c: do not add 4 for bus seq The number 4 is dedicated on i.MX7ULP, but lpi2c will be reused on i.MX8, 4 is not valid. The seq number could be configured by alias node. The following patch will use i2c4 as the begin for i.MX7ULP. Signed-off-by: Peng Fan <peng.fan@nxp.com>