commit | c87900aa4090fac09a7592e222d58c2c55a1979c | [log] [tgz] |
---|---|---|
author | Chekhov Ma <chekhov.ma@nxp.com> | Wed Mar 05 19:59:35 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 08:59:26 2025 +0100 |
tree | e63c506c647fe1b06edb8f19f12c862be66f3d7a | |
parent | 1df88825b56fdfc06dbf46b16876c9d57abe3153 [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>