diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-05-28 11:07:56 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2019-06-11 12:25:13 +0300 |
commit | 7391d7f4b0690a98c5bf6a113c33400e2d29d9f8 (patch) | |
tree | 598d856397e185d31a6c67c1f841d7f4e6cc1b2f /Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | |
parent | 6e47ef34db571e3eebda46ddaddae00d369df5f9 (diff) | |
download | linux-7391d7f4b0690a98c5bf6a113c33400e2d29d9f8.tar.xz |
dt-bindings: clk: meson: add g12b periph clock controller bindings
Update the documentation to support clock driver for the Amlogic G12B SoC.
G12B clock driver is very close, the main differences are :
- the clock tree is duplicated for the both clusters, and the
SYS_PLL are swapped between the clusters
- G12B has additional clocks like for CSI an other components
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt index 5c8b105be4d6..6eaa52092313 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt @@ -10,6 +10,7 @@ Required Properties: "amlogic,gxl-clkc" for GXL and GXM SoC, "amlogic,axg-clkc" for AXG SoC. "amlogic,g12a-clkc" for G12A SoC. + "amlogic,g12b-clkc" for G12B SoC. - clocks : list of clock phandle, one for each entry clock-names. - clock-names : should contain the following: * "xtal": the platform xtal |