Skip to content

Commit 13916a1

Browse files
yboutreuxgalak
authored andcommitted
dts: stm32mp157: Dtsi fixup
Fixing up #clock-cells wrong phandle name and register position Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 2a47f41 commit 13916a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
soc {
3434
rcc: rcc@50000000 {
3535
compatible = "st,stm32-rcc";
36-
clocks-controller;
37-
#clocks-cells = <2>;
3836
reg = <0x50000000 0x1000>;
37+
clocks-controller;
38+
#clock-cells = <2>;
3939
label = "STM32_CLK_RCC";
4040
};
4141

0 commit comments

Comments
 (0)