Skip to content

Commit abe9c49

Browse files
parthitcenashif
authored andcommitted
drivers: pinctrl: add pin function for 11/0xB
MSPM0Lx series supports pin function upto 11 i.e 0xb, extend the pin control function number to 11. Signed-off-by: Parthiban Nallathambi <[email protected]>
1 parent ae59665 commit abe9c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/dt-bindings/pinctrl/mspm0-pinctrl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define MSPM0_PIN_FUNCTION_8 (0x00000008)
2121
#define MSPM0_PIN_FUNCTION_9 (0x00000009)
2222
#define MSPM0_PIN_FUNCTION_10 (0x0000000A)
23+
#define MSPM0_PIN_FUNCTION_11 (0x0000000B)
2324

2425
/* Creates a concatenation of the correct pin function based on the pin control
2526
* management register offset and the function suffix.

0 commit comments

Comments
 (0)