Re: [U-Boot] [PATCH v3 11/13] i2c: mxc: Print hex instead of decimal for bus address

2016-12-06 Thread Heiko Schocher
Hello Jagan, Am 06.12.2016 um 00:00 schrieb Jagan Teki: From: Jagan Teki Better to print the hex value for bus address instead of decimal, for more readbility on bus addressing. Before: -- U-Boot> i2c dev 1 Setting bus to 1 i2c bus 1 at 35274752, no gpio pinctrl state. After: -- U-Bo

[U-Boot] [PATCH v3 11/13] i2c: mxc: Print hex instead of decimal for bus address

2016-12-05 Thread Jagan Teki
From: Jagan Teki Better to print the hex value for bus address instead of decimal, for more readbility on bus addressing. Before: -- U-Boot> i2c dev 1 Setting bus to 1 i2c bus 1 at 35274752, no gpio pinctrl state. After: -- U-Boot> i2c dev 1 Setting bus to 1 i2c bus 1 at 0x21a4000, no g