Skip to content

Commit 36c88cd

Browse files
committed
scripts: genpictrl: hspi: add dqs 0 and 1 pins
For HSPI DQS pins could be numbered 0 or 1. Take it into account in the pinctrl-config script. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent c83a9ef commit 36c88cd

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
@@ -112,7 +112,7 @@
112112
match: "^HRTIM\\d+_SC(IN|OUT)$"
113113

114114
- name: HSPI
115-
match: "^HSPI(.*)(?:CLK|NCS|DQS|IO\\d+)$"
115+
match: "^HSPI(.*)(?:CLK|NCS|DQS[0-1]|IO\\d+)$"
116116
slew-rate: very-high-speed
117117

118118
- name: I2C_SCL

0 commit comments

Comments
 (0)