mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
i2c: mxc_i2c: Use hex notation for the base address
Printing the I2C controller base address in decimal notation is not helpful. Change it to hex notation, which is the standard format found in the Reference Manual and devicetree. Signed-off-by: Fabio Estevam <festevam@denx.de> Acked-by: Dhruva Gole <d-gole@ti.com> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
a5e490f14e
commit
371be1e012
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ static int mxc_i2c_probe(struct udevice *bus)
|
|||
* we can set pinmux here in probe function.
|
||||
*/
|
||||
|
||||
debug("i2c : controller bus %d at %lu , speed %d: ",
|
||||
debug("i2c : controller bus %d at 0x%lx , speed %d: ",
|
||||
dev_seq(bus), i2c_bus->base,
|
||||
i2c_bus->speed);
|
||||
|
||||
|
|
Loading…
Reference in a new issue