Skip to content

Commit 6c06d2d

Browse files
arifbalikkartben
authored andcommitted
dts: bindings: fix typo
Just copied and pasted the example and got an error because of the typo Signed-off-by: Arif Balik <[email protected]>
1 parent 229c257 commit 6c06d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/bindings/clock/st,stm32-rcc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ description: |
2020
clocks = <&pll>; /* Select 80MHz pll as SYSCLK source */
2121
ahb-prescaler = <2>;
2222
clock-frequency = <DT_FREQ_M(40)>; /* = SYSCLK / AHB prescaler */
23-
apb1-presacler = <1>;
24-
apb2-presacler = <1>;
23+
apb1-prescaler = <1>;
24+
apb2-prescaler = <1>;
2525
}
2626
2727
Specifying a gated clock:

0 commit comments

Comments
 (0)