Skip to content

Commit 09fbd4c

Browse files
xakep-amatopcarlescufi
authored andcommitted
drivers: pinctrl: renesas: add definitions of missed IPSR macros
Add missed definitions of IP[0-3]SR[67] macros. Signed-off-by: Mykola Kvach <[email protected]>
1 parent caf9a53 commit 09fbd4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/zephyr/dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
#define IP1SR5(shift, func) IPnSR(1, 5, shift, func)
7474
#define IP2SR5(shift, func) IPnSR(2, 5, shift, func)
7575
#define IP3SR5(shift, func) IPnSR(3, 5, shift, func)
76+
#define IP0SR6(shift, func) IPnSR(0, 6, shift, func)
77+
#define IP1SR6(shift, func) IPnSR(1, 6, shift, func)
78+
#define IP2SR6(shift, func) IPnSR(2, 6, shift, func)
79+
#define IP3SR6(shift, func) IPnSR(3, 6, shift, func)
80+
#define IP0SR7(shift, func) IPnSR(0, 7, shift, func)
81+
#define IP1SR7(shift, func) IPnSR(1, 7, shift, func)
82+
#define IP2SR7(shift, func) IPnSR(2, 7, shift, func)
83+
#define IP3SR7(shift, func) IPnSR(3, 7, shift, func)
7684

7785
#define PIN_VOLTAGE_NONE 0
7886
#define PIN_VOLTAGE_1P8V 1

0 commit comments

Comments
 (0)