mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
pinctrl: npcm8xx: add support for setting VCD input source
Add pinmux for the VCD input to use the HSYNC signal. Signed-off-by: Stanley Chu <yschu@nuvoton.com> Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
This commit is contained in:
parent
6e212f32aa
commit
ad3a33e577
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user