i2c: designware_i2c: Don't warn if no reset controller
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2020 14:12:49 +0000 (07:12 -0700)
committerHeiko Schocher <hs@denx.de>
Sat, 28 Nov 2020 07:30:41 +0000 (08:30 +0100)
commit942012246a7a1dea66869be7763d73f0565bdb7b
tree66e86d8b7d15b28b8706face31ae8505f3c77726
parent5a13c0d1348284b7f2a2c9b463ceedac67166d07
i2c: designware_i2c: Don't warn if no reset controller

At present if CONFIG_RESET is not enabled, this code shows a warning:

  designware_i2c_ofdata_to_platdata() i2c_designware_pci i2c2@16,0:
Can't get reset: -524

Avoid this by checking if reset is supported, first.

Fixes: 622597dee4f ("i2c: designware: add reset ctrl to driver")
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/i2c/designware_i2c.c