Skip to content

Commit f415212

Browse files
FRASTMnashif
authored andcommitted
dts: arm: stm32f411 compatible for PLL I2S
The stm32f411 and stm32f412 and stm32f446 have a PLLI2S with a div M in front of the PLLI2S input. Signed-off-by: Francois Ramu <[email protected]>
1 parent 8d6d7ba commit f415212

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

dts/arm/st/f4/stm32f411.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
#include <st/f4/stm32f401.dtsi>
88

99
/ {
10+
clocks {
11+
plli2s: plli2s {
12+
#clock-cells = <0>;
13+
compatible = "st,stm32f411-plli2s-clock";
14+
status = "disabled";
15+
};
16+
};
17+
1018
soc {
1119
compatible = "st,stm32f411", "st,stm32f4", "simple-bus";
1220

dts/arm/st/f4/stm32f412.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
clocks {
1414
plli2s: plli2s {
1515
#clock-cells = <0>;
16-
compatible = "st,stm32f412-plli2s-clock";
16+
compatible = "st,stm32f411-plli2s-clock";
1717
status = "disabled";
1818
};
1919
};

dts/arm/st/f4/stm32f446.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/ {
1212
clocks {
1313
plli2s: plli2s {
14-
compatible = "st,stm32f412-plli2s-clock";
14+
compatible = "st,stm32f411-plli2s-clock";
1515
};
1616
};
1717

dts/bindings/clock/st,stm32f412-plli2s-clock.yaml renamed to dts/bindings/clock/st,stm32f411-plli2s-clock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
description: |
5-
STM32F412 PLL I2S node binding:
5+
STM32F411 PLL I2S node binding:
66
77
Fully configurable I2S dedicated PLL.
88
@@ -13,7 +13,7 @@ description: |
1313
with f(VCO clock) = f(PLL I2S clock input) × (PLLI2S N / PLLI2S M)
1414
1515
16-
compatible: "st,stm32f412-plli2s-clock"
16+
compatible: "st,stm32f411-plli2s-clock"
1717

1818
include: st,stm32f4-plli2s-clock.yaml
1919

0 commit comments

Comments
 (0)