Skip to content

Commit 3202dc1

Browse files
Maciej Zagrabskimbolivar-nordic
authored andcommitted
dts/bindings: stm32-otg: Set pinctrl-[0/names] properties as required
Follow up on commit 37bf7cb ("dts/bindings: stm32: Set pinctrl-[0/names] properties as required") Report lack of those fields soon at build to avoid cryptic DT api build error messages. Signed-off-by: Maciej Zagrabski <[email protected]>
1 parent 12677dc commit 3202dc1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dts/bindings/usb/st,stm32-otgfs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ properties:
1414
interrupts:
1515
required: true
1616

17+
pinctrl-0:
18+
required: true
19+
20+
pinctrl-names:
21+
required: true
22+
1723
ram-size:
1824
type: int
1925
required: true

dts/bindings/usb/st,stm32-otghs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ properties:
1414
interrupts:
1515
required: true
1616

17+
pinctrl-0:
18+
required: true
19+
20+
pinctrl-names:
21+
required: true
22+
1723
ram-size:
1824
type: int
1925
required: true

0 commit comments

Comments
 (0)