diff options
| author | Tom Rini <[email protected]> | 2025-08-18 16:41:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-18 16:41:50 -0600 |
| commit | bb21c0b8d8da652d9df30d445a6b14bcb2c179ae (patch) | |
| tree | a8a114cc57033e98dbd12e0d0fbe847a37643c1a /drivers/pinctrl | |
| parent | 4a2f360bd280b2b5af1c5daffbc189590c83c995 (diff) | |
| parent | 58fa3b5159cf4090ed926507d7778ebd1dc0686f (diff) | |
Merge patch series "modify npcm7xx/8xx feature and bug fixed"
Jim Liu <[email protected]> says:
modify npcm7xx/8xx feature and bug fixed
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/pinctrl')
| -rw-r--r-- | drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c index 67e564f85c3..c960ca3393d 100644 --- a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c +++ b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c @@ -23,6 +23,7 @@ #define TIPRSTC 0x50 #define CORSTC 0x5c #define FLOCKR1 0x74 +#define INTCR 0x3c #define INTCR4 0xc0 #define I2CSEGSEL 0xe0 #define MFSEL1 0x260 @@ -280,6 +281,7 @@ struct npcm8xx_pinctrl_priv { FUNC(lkgpo2, FLOCKR1, 8, 9) \ FUNC(nprd_smi, FLOCKR1, 20, 190) \ FUNC(mmcwp, FLOCKR1, 24, 153) \ + FUNC(vcdhs, INTCR, 27) \ FUNC(rg2refck, INTCR4, 6) \ FUNC(r1en, INTCR4, 12) \ FUNC(r2en, INTCR4, 13) \ |
