]> git.baikalelectronics.ru Git - uboot.git/commit
i2c: mxc: Make 'no gpio pinctrl state' print as debug
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 5 Dec 2016 23:00:59 +0000 (00:00 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 16:15:27 +0000 (17:15 +0100)
commit7ca7d162d7a1d0651db916b30df852433f690925
tree289bb46e6cb3af8d11526b8b3c19065da872419b
parentaa49830f954abd630165ee966fbebd65b264dddd
i2c: mxc: Make 'no gpio pinctrl state' print as debug

Some I2C bus devicetree nodes, doesn't require to have
gpio pinctrl so replace the dev_info to debug so the
print never comes on the console and for bus that uses
gpio pinctrl anyway have dev_err.

Before:
------
U-Boot> i2c dev 1
Setting bus to 1
i2c bus 1 at 0x21a4000, no gpio pinctrl state.

After:
------
U-Boot> i2c dev 1
Setting bus to 1

Cc: Simon Glass <sjg@chromium.org>
Cc: Heiko Schocher <hs@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Heiko Schocher <hs@denx.de>
drivers/i2c/mxc_i2c.c