commit | b66238b89a4cee7e02a57310826c6def4a6145e2 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sat Aug 21 19:25:43 2021 -0500 |
committer | Heiko Schocher <hs@denx.de> | Sun Aug 22 11:03:55 2021 +0200 |
tree | 1ba9473836f0246e13ab722480a0abec295f06cc | |
parent | d761e8200a26ff3938bfc503ec8ed50284f2385d [diff] |
i2c: i2c-gpio: Support the named GPIO binding To avoid confusion about the order of the GPIOs, the i2c-gpio binding was updated to use a separate property for each GPIO instead of an array. However, the driver only supports the old binding. Add support for the new binding as well, so the driver continues to work as device trees are updated. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Heiko Schocher <hs@denx.de>