commit | aa469e05feabaed455e1778a99ec894742b3ff78 | [log] [tgz] |
---|---|---|
author | Michael Hope <michaelh@juju.nz> | Sat Apr 26 18:29:35 2025 +0000 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 02 10:38:54 2025 +0200 |
tree | d7f3e1e3a45b8a8430d7a480896616ef60506654 | |
parent | b64cd0dd961df9e5a52afc8024c0f0ac15d8bb28 [diff] |
drivers: pinctrl: enable the AFIO clock on the CH32V003/20x/30x The Alternate Function IO (AFIO) block must have the clock enabled before configuring. Some remappings seem to work without, but some like EXTI do not. Fix. Signed-off-by: Michael Hope <michaelh@juju.nz>