diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2016-10-21 12:23:30 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-10-28 04:40:40 +0300 |
commit | a064a07f72e92cae31cb09c5734ec3c4edd52f47 (patch) | |
tree | cae07580023e55ca58bbcd000ccfeb177912d6cf /Documentation/devicetree/bindings/clock/st,stm32-rcc.txt | |
parent | 4261a881cfee3758ca92a59e4f473ddac7e56103 (diff) | |
download | linux-a064a07f72e92cae31cb09c5734ec3c4edd52f47.tar.xz |
clk: stm32f469: Add QSPI clock
This patch adds the QSPI clock for stm32f469 discovery board.
The gate mapping is a little bit different from stm32f429 soc.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/st,stm32-rcc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/st,stm32-rcc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt b/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt index c209de6cfadb..0532d815dae3 100644 --- a/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt +++ b/Documentation/devicetree/bindings/clock/st,stm32-rcc.txt @@ -7,7 +7,9 @@ Please refer to clock-bindings.txt for common clock controller binding usage. Please also refer to reset.txt for common reset controller binding usage. Required properties: -- compatible: Should be "st,stm32f42xx-rcc" +- compatible: Should be: + "st,stm32f42xx-rcc" + "st,stm32f469-rcc" - reg: should be register base and length as documented in the datasheet - #reset-cells: 1, see below |