Skip to content

Commit 127b8e2

Browse files
Gabriel-Fernandez-stmrobherring
authored andcommitted
dt-bindings: clk: stm32h7: fix clock-cell size
The clock-cell size is 1 on stm32h7 plaform. Signed-off-by: Gabriel Fernandez <[email protected]> Fixes: 3e4d618 ("clk: stm32h7: Add stm32h743 clock driver") Signed-off-by: Rob Herring <[email protected]>
1 parent 35f3c98 commit 127b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example:
3232
compatible = "st,stm32h743-rcc", "st,stm32-rcc";
3333
reg = <0x58024400 0x400>;
3434
#reset-cells = <1>;
35-
#clock-cells = <2>;
35+
#clock-cells = <1>;
3636
clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s_ckin>;
3737

3838
st,syscfg = <&pwrcfg>;

0 commit comments

Comments
 (0)