Skip to content

Commit 33f32a0

Browse files
committed
Merge tag 'renesas-pinctrl-for-v6.14-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
pinctrl: renesas: Updates for v6.14 (take three) - Fix PFC_MASK for RZ/V2H and RZ/G3E. Signed-off-by: Linus Walleij <[email protected]>
2 parents 9e76650 + accabfa commit 33f32a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/renesas/pinctrl-rzg2l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
#define PWPR_REGWE_B BIT(5) /* OEN Register Write Enable, known only in RZ/V2H(P) */
160160

161161
#define PM_MASK 0x03
162-
#define PFC_MASK 0x07
162+
#define PFC_MASK 0x0f
163163
#define IEN_MASK 0x01
164164
#define IOLH_MASK 0x03
165165
#define SR_MASK 0x01

0 commit comments

Comments
 (0)