Message ID | 20210331201632.24530-8-avolmat@me.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | clk: st: embed clock outputs within drivers | expand |
On Wed, 31 Mar 2021 22:16:32 +0200, Alain Volmat wrote: > New compatible are added, supporting various kind of clkgen-fsyn > used for STiH407, STiH410 and STiH418 > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- > Documentation/devicetree/bindings/clock/st/st,quadfs.txt | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
Quoting Alain Volmat (2021-03-31 13:16:32) > New compatible are added, supporting various kind of clkgen-fsyn > used for STiH407, STiH410 and STiH418 > > Signed-off-by: Alain Volmat <avolmat@me.com> > --- Applied to clk-next
diff --git a/Documentation/devicetree/bindings/clock/st/st,quadfs.txt b/Documentation/devicetree/bindings/clock/st/st,quadfs.txt index d93d49342e60..c4ba2adb0b4f 100644 --- a/Documentation/devicetree/bindings/clock/st/st,quadfs.txt +++ b/Documentation/devicetree/bindings/clock/st/st,quadfs.txt @@ -12,6 +12,9 @@ This binding uses the common clock binding[1]. Required properties: - compatible : shall be: "st,quadfs" + "st,quadfs-d0" + "st,quadfs-d2" + "st,quadfs-d3" "st,quadfs-pll"
New compatible are added, supporting various kind of clkgen-fsyn used for STiH407, STiH410 and STiH418 Signed-off-by: Alain Volmat <avolmat@me.com> --- Documentation/devicetree/bindings/clock/st/st,quadfs.txt | 3 +++ 1 file changed, 3 insertions(+)