diff options
author | Alain Volmat <avolmat@me.com> | 2021-03-31 22:16:28 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-27 19:53:39 -0700 |
commit | fa745c71b8e75e85ce129dd9097a00ac7a9df47f (patch) | |
tree | b2eda8871a61179f814c21f2a7fe28f53b69585c | |
parent | 574dffc2995cc96f1c13e802576d1fb146ebd387 (diff) | |
download | linux-fa745c71b8e75e85ce129dd9097a00ac7a9df47f.tar.gz linux-fa745c71b8e75e85ce129dd9097a00ac7a9df47f.tar.bz2 linux-fa745c71b8e75e85ce129dd9097a00ac7a9df47f.zip |
dt-bindings: clock: st: flexgen: add new introduced compatible
New compatible are added, supporting various kind of flexgen in
STiH407, STiH410 and STiH418
Signed-off-by: Alain Volmat <avolmat@me.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210331201632.24530-4-avolmat@me.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/st/st,flexgen.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt index 7ff77fc57dff..55a18939bddd 100644 --- a/Documentation/devicetree/bindings/clock/st/st,flexgen.txt +++ b/Documentation/devicetree/bindings/clock/st/st,flexgen.txt @@ -64,6 +64,16 @@ Required properties: audio use case) "st,flexgen-video", "st,flexgen" (enable clock propagation on parent and activate synchronous mode) + "st,flexgen-stih407-a0" + "st,flexgen-stih410-a0" + "st,flexgen-stih407-c0" + "st,flexgen-stih410-c0" + "st,flexgen-stih418-c0" + "st,flexgen-stih407-d0" + "st,flexgen-stih410-d0" + "st,flexgen-stih407-d2" + "st,flexgen-stih418-d2" + "st,flexgen-stih407-d3" - #clock-cells : from common clock binding; shall be set to 1 (multiple clock outputs). |