Commit b8c264b
committed
[nrf fromlist] platform: nordic_nrf: enable GPIO IOCTL service wrappers on nRF54L/nRF71
Gate the tfm_platform_gpio_pin_mcu_select() wrappers on NRF_GPIO_HAS_SEL
to match the service implementation. The MCUSEL field was renamed to
CTRLSEL on nRF54L/nRF71, so the old guard always short-circuited to
NOT_SUPPORTED there.
Upstream PR:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/50878
Change-Id: I5c5f8e9e5b9352be9464adba944a8a0fa5dc1d92
Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no>1 parent 7c7180b commit b8c264b
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- platform/ext/target/nordic_nrf/common/core/services/src
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments