boards: infineon: standardize pinctrl in supported list
Update board YAML files to use 'pinctrl' instead of 'pin_ctrl' in the supported features list for consistency with Zephyr naming conventions. Affected boards: - cy8cproto_041tp - kit_pse84_ai - kit_pse84_eval Signed-off-by: Braeden Lane <Braeden.Lane@infineon.com>
This commit is contained in:
committed by
Fabio Baltieri
parent
699da43045
commit
4e314b4aec
@@ -15,5 +15,5 @@ toolchain:
|
||||
supported:
|
||||
- uart
|
||||
- clock_control
|
||||
- pin_ctrl
|
||||
- pinctrl
|
||||
vendor: infineon
|
||||
|
||||
@@ -14,5 +14,5 @@ toolchain:
|
||||
supported:
|
||||
- clock_control
|
||||
- gpio
|
||||
- pin_ctrl
|
||||
- pinctrl
|
||||
- uart
|
||||
|
||||
@@ -14,5 +14,5 @@ toolchain:
|
||||
supported:
|
||||
- clock_control
|
||||
- gpio
|
||||
- pin_ctrl
|
||||
- pinctrl
|
||||
- uart
|
||||
|
||||
@@ -15,6 +15,6 @@ supported:
|
||||
- clock_control
|
||||
- dma
|
||||
- gpio
|
||||
- pin_ctrl
|
||||
- pinctrl
|
||||
- uart
|
||||
- spi
|
||||
|
||||
@@ -15,6 +15,6 @@ supported:
|
||||
- clock_control
|
||||
- dma
|
||||
- gpio
|
||||
- pin_ctrl
|
||||
- pinctrl
|
||||
- uart
|
||||
- spi
|
||||
|
||||
Reference in New Issue
Block a user