dts: bindings: clock: fix stm32h7 div-m description
Divider value shall start from 1. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
a78bdbce89
commit
e30d78c764
|
@ -39,7 +39,7 @@ properties:
|
|||
description: |
|
||||
Division factor for PLLx
|
||||
input clock
|
||||
Valid range: 0 - 63
|
||||
Valid range: 1 - 63
|
||||
|
||||
mul-n:
|
||||
type: int
|
||||
|
|
Loading…
Reference in New Issue