commit | 57888ac5c6e7474bfb7e4708b70e0a0fc22f51b3 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Fri Nov 13 08:43:39 2020 -0500 |
committer | Andes <uboot@andestech.com> | Tue Nov 17 15:09:28 2020 +0800 |
tree | d6aa87716aa486ca00b7483d078630b22e8d238d | |
parent | 7ba34203a5154704765615b53ff2b2ee5fa9070e [diff] |
pinctrl: k210: Fix inverted IE and OE for I2C I2C and SCCB previously shared defaults. However, SCCB needs OE_INV and IE_INV set, but I2C cannot have those bits set. This adds a separate default for SCCB. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reported-by: Damien Le Moal <Damien.LeMoal@wdc.com>