| commit | bbad3d9717ce65afbbd31bfdbc55f96d0035a2e0 | [log] [tgz] |
|---|---|---|
| author | Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> | Tue Oct 14 09:22:59 2025 +0200 |
| committer | Benjamin Cabé <kartben@gmail.com> | Thu Oct 23 18:06:30 2025 +0200 |
| tree | 6ffee2451a9a6c15b92307a64c338b49ca5ab53f | |
| parent | e092eae90ac61014cbf8a2cfe56b1a039e5e3e84 [diff] |
drivers: nordic: support pin retention for AIN Devices which use AIN (COMP, LPCOMP, SAADC) don't use pinctrl to configure their pins, thus pinctrl can't manage pin retention like is done for other devices. Thus for now, add manually disabling pin retention to the drivers. In the future, we should probably use pinctrl for these inputs as well, at which point this commit can be reverted. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>