Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734829 > unrolled thread
| Started by | <gabriel.fernandez@st.com> |
|---|---|
| First post | 2017-09-19 13:50 +0200 |
| Last post | 2017-09-22 01:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-bindings: clk: stm32h7: fix clock-cell size <gabriel.fernandez@st.com> - 2017-09-19 13:50 +0200
Re: [PATCH] dt-bindings: clk: stm32h7: fix clock-cell size Rob Herring <robh@kernel.org> - 2017-09-22 01:40 +0200
| From | <gabriel.fernandez@st.com> |
|---|---|
| Date | 2017-09-19 13:50 +0200 |
| Subject | [PATCH] dt-bindings: clk: stm32h7: fix clock-cell size |
| Message-ID | <urpcm-4Vk-17@gated-at.bofh.it> |
From: Gabriel Fernandez <gabriel.fernandez@st.com>
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")
---
Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt b/Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt
index a135504..cac24ee 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>;
--
1.9.1
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-09-22 01:40 +0200 |
| Message-ID | <usjey-7h5-3@gated-at.bofh.it> |
| In reply to | #1734829 |
On Tue, Sep 19, 2017 at 01:44:06PM +0200, gabriel.fernandez@st.com wrote:
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
>
> 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")
> ---
> Documentation/devicetree/bindings/clock/st,stm32h7-rcc.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Rob
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web