Skip to content

Commit 8af5e41

Browse files
erwangocarlescufi
authored andcommitted
dts/bindings/clocks: st,stm32f105-pll-clock.yaml: previd is required
"prediv" property should be required and explicitly set as part of board clock configuration. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 87eea6e commit 8af5e41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

boards/arm/stm32vl_disco/stm32vl_disco.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
&pll {
5454
mul = <6>;
55+
prediv = <1>;
5556
clocks = <&clk_hsi>;
5657
status = "okay";
5758
};

dts/bindings/clock/st,stm32f105-pll-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ properties:
4949

5050
prediv:
5151
type: int
52-
required: false
52+
required: true
5353
description: |
5454
Configurable prescaler
5555
Valid range: 1 - 16

0 commit comments

Comments
 (0)