commit | 6eda124b70b4f5ed8563ea32973bbed3b0efb676 | [log] [tgz] |
---|---|---|
author | Chekhov Ma <chekhov.ma@nxp.com> | Wed Mar 05 19:59:35 2025 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 14 15:03:49 2025 -0400 |
tree | a2c8c58395ee63860f7fec8f771ef3c6f4209c07 | |
parent | f23e4e1d342006c1843d38044521342951c8db53 [diff] |
drivers: gpio: adp5585: fix wrong reg during pin configure The ADP5585_GPO_OUT_MODE_A is used when configuring initial output during pin configuration, causing pins configured HIGH is incorrectly configured as open-drain. Replacing the reg with ADP5585_GPO_DATA_OUT fixes the issue. Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com> (cherry picked from commit c87900aa4090fac09a7592e222d58c2c55a1979c)