]> git.dujemihanovic.xyz Git - u-boot.git/commit
i2c: mxc_i2c: Use hex notation for the base address
authorFabio Estevam <festevam@denx.de>
Tue, 3 Jan 2023 19:03:44 +0000 (16:03 -0300)
committerHeiko Schocher <hs@denx.de>
Mon, 13 Feb 2023 08:57:30 +0000 (09:57 +0100)
commit371be1e012cbe47fd2f7545a949e4ffb55d8608b
tree91e2ae74be4e0c7b4ba0e9f495d55aba9b4a4bf1
parenta5e490f14e904fd240ccec5d364509b36a3150f9
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>
drivers/i2c/mxc_i2c.c