Re: [U-Boot] [PATCH 5/6] i2c: designware: add reset ctrl to driver

2018-04-05 Thread Heiko Schocher
Hello Dinh, Am 05.04.2018 um 00:18 schrieb Dinh Nguyen: Add code to look for a reset manager property. Specifically, look for the reset-names of 'i2c'. A reset property is an optional feature, so only print out a warning and do not fail if a reset property is not present. If a reset property

[U-Boot] [PATCH 5/6] i2c: designware: add reset ctrl to driver

2018-04-04 Thread Dinh Nguyen
Add code to look for a reset manager property. Specifically, look for the reset-names of 'i2c'. A reset property is an optional feature, so only print out a warning and do not fail if a reset property is not present. If a reset property is discovered, then use it to deassert, thus bringing the IP