Skip to content

Commit e90594b

Browse files
author
Alain Volmat
committed
dts: bindings: stm32: add div-q and div-r on stm32mp13 plls
Depending on the PLL, all DIV-P / DIV-Q and DIV-R are available on STM32MP13 PLLs. Adjust valid range in order to be able to set for all 4 PLLs. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 28ddabd commit e90594b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ description: |
2828
than 1000 MHz or program the mpuss_ck mux to use the MPUDIV
2929
(refer to the stm32mp13 reference manual for details)
3030
31+
div-m, div-p, div-q, div-r valid ranges are identicals for all 4 PLLs
32+
mul-n valid range depends on the PLL
33+
PLL1: 31 - 125
34+
PLL2: 25 - 100
35+
PLL3: 25 - 200
36+
PLL4: 25 - 200
37+
3138
compatible: "st,stm32mp13-pll-clock"
3239

3340
include: [clock-controller.yaml, base.yaml]
@@ -53,14 +60,26 @@ properties:
5360
required: true
5461
description: |
5562
PLLx multiplication factor for VCO
56-
Valid range: 31 - 125
63+
Valid range: 25 - 200
5764
5865
div-p:
5966
type: int
6067
description: |
6168
PLLx DIVP division factor
6269
Valid range: 1 - 128
6370
71+
div-q:
72+
type: int
73+
description: |
74+
PLLx DIVQ division factor
75+
Valid range: 1 - 128
76+
77+
div-r:
78+
type: int
79+
description: |
80+
PLLx DIVR division factor
81+
Valid range: 1 - 128
82+
6483
frac-v:
6584
type: int
6685
description: |

0 commit comments

Comments
 (0)