diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2017-09-19 13:44:06 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-09-21 18:39:11 -0500 |
commit | 127b8e2692b6c145955bb71e482ca1bc6ce10027 (patch) | |
tree | 361b86a4d272a8ad2ea0c3e5d65f4833b0ac8898 /Documentation | |
parent | 35f3c984548524be5eb4c3f5295cf58d909e8746 (diff) | |
download | linux-127b8e2692b6c145955bb71e482ca1bc6ce10027.tar.gz linux-127b8e2692b6c145955bb71e482ca1bc6ce10027.tar.bz2 linux-127b8e2692b6c145955bb71e482ca1bc6ce10027.zip |
dt-bindings: clk: stm32h7: fix clock-cell size
The clock-cell size is 1 on stm32h7 plaform.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Fixes: 3e4d618b0722 ("clk: stm32h7: Add stm32h743 clock driver")
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt b/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt index a135504c7d57..cac24ee10b72 100644 --- a/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt +++ b/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt @@ -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>; |