mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
pinctrl: renesas: Updates for v6.14 (take three)
- Fix PFC_MASK for RZ/V2H and RZ/G3E. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCZ4dtyQAKCRCKwlD9ZEnx cEugAP9lsFXn7sYorudAoK3jDPQC3dHtg5vZQJGCxWNyqz7AYgEAg9VO/VZuhw+y JNdKSKGgAk2JPAv3gL2nJqx3w7eQMgA= =IPLE -----END PGP SIGNATURE----- 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 <linus.walleij@linaro.org>
This commit is contained in:
commit
33f32a06a5
|
|
@ -159,7 +159,7 @@
|
|||
#define PWPR_REGWE_B BIT(5) /* OEN Register Write Enable, known only in RZ/V2H(P) */
|
||||
|
||||
#define PM_MASK 0x03
|
||||
#define PFC_MASK 0x07
|
||||
#define PFC_MASK 0x0f
|
||||
#define IEN_MASK 0x01
|
||||
#define IOLH_MASK 0x03
|
||||
#define SR_MASK 0x01
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user