Skip to content

Commit bfa40e7

Browse files
Alain Volmaterwango
authored andcommitted
genpinctrl: correct DCMI regex to include up to 14bits data
DCMI can handle up to 14bits data hence adapt DCMI regex to allow generating those pins as well. Signed-off-by: Alain Volmat <[email protected]>
1 parent ef484ee commit bfa40e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
match: "^DAC(?:\\d+)?_OUT\\d+$"
5757

5858
- name: DCMI
59-
match: "^DCMI_(?:HSYNC|PIXCLK|VSYNC|D[0-7])$"
59+
match: "^DCMI_(?:HSYNC|PIXCLK|VSYNC|D(?:[0-9]|1[0-3]))$"
6060
slew-rate: very-high-speed
6161

6262
- name: DFSDM

0 commit comments

Comments
 (0)