Skip to content

Commit

Permalink
dt-bindings: clk: stm32h7: fix clock-cell size
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Gabriel-Fernandez-stm authored and robherring committed Sep 21, 2017
1 parent 35f3c98 commit 127b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Example:
compatible = "st,stm32h743-rcc", "st,stm32-rcc";
reg = <0x58024400 0x400>;
#reset-cells = <1>;
#clock-cells = <2>;
#clock-cells = <1>;
clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s_ckin>;

st,syscfg = <&pwrcfg>;
Expand Down

0 comments on commit 127b8e2

Please sign in to comment.