diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-28 07:44:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-28 07:44:03 -0500 |
commit | ab865a8ee5c1a069f72a171270c02c99ccda7bfa (patch) | |
tree | b4ac4a8519bc0128f12de2a13a8311c0f845f5b5 /drivers/i2c | |
parent | 1c3d1aa00617dbbdd92f0d5a2df40d7784dfcc13 (diff) | |
parent | 26c7048dd9d04158a23e9dbfe3f0dccc4febcaed (diff) |
Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2021.1
----------------
CI: https://gitlab.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/5680
- fixes for Variscite dart6ul
- imx8mp : increase malloc area
- fixes for bx50v3
- imx8m: HS400ES and UHS for EVK
- imx8qm-rom7720: fix phy bind
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/mxc_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 7609594bd0..d486dab043 100644 --- a/drivers/i2c/mxc_i2c.c +++ b/drivers/i2c/mxc_i2c.c @@ -954,7 +954,7 @@ static int mxc_i2c_probe(struct udevice *bus) !dm_gpio_is_valid(&i2c_bus->scl_gpio) || ret || ret2) { dev_err(bus, - "i2c bus %d at %lu, fail to request scl/sda gpio\n", + "i2c bus %d at 0x%2lx, fail to request scl/sda gpio\n", bus->seq, i2c_bus->base); return -EINVAL; } |