Skip to content

Commit a5c8f9f

Browse files
Alain Volmaterwango
authored andcommitted
genpinctrl: add DCMIPP regex
Add entry in order to generate pinctrls for DCMIPP. Signed-off-by: Alain Volmat <[email protected]>
1 parent 8150263 commit a5c8f9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
match: "^DCMI_(?:HSYNC|PIXCLK|VSYNC|D(?:[0-9]|1[0-3]))$"
6060
slew-rate: very-high-speed
6161

62+
- name: DCMIPP
63+
match: "^DCMIPP_(?:HSYNC|PIXCLK|VSYNC|D(?:[0-9]|1[0-5]))$"
64+
slew-rate: very-high-speed
65+
6266
- name: DFSDM
6367
match: "^DFSDM[1-2]_(DATIN[0-7]|CKIN[0-7]|CKOUT)$"
6468
slew-rate: very-high-speed

0 commit comments

Comments
 (0)