i2c: lpi2c: do not add 4 for bus seq
authorPeng Fan <peng.fan@nxp.com>
Tue, 2 Jan 2018 07:41:52 +0000 (15:41 +0800)
committerHeiko Schocher <hs@denx.de>
Tue, 16 Jan 2018 05:58:59 +0000 (06:58 +0100)
commit0074d4bf2d9f9b32b9939dfba6c84a160d250763
treea96d88702ccbe8a90ff20ee4a8f42ee469092f9b
parentfdb6c3232f66bc9c07c30de87928506477ac4e63
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>
drivers/i2c/imx_lpi2c.c