diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2017-12-11 09:13:44 -0500 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-12-14 04:14:12 -0500 |
commit | f8d0dfed511e7eacb4afe3244266d862f9695aab (patch) | |
tree | 9b086f9587218b94ee2bebea11cf615cabbc5150 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
dt-bindings: clock: add compatible variant for the Meson-AXG
Update the documentation to support clock driver for the Amlogic's
Meson-AXG SoC.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
-rw-r--r-- | Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt index 924040769186..e2b377ed6f91 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | |||
@@ -5,8 +5,11 @@ controllers within the SoC. | |||
5 | 5 | ||
6 | Required Properties: | 6 | Required Properties: |
7 | 7 | ||
8 | - compatible: should be "amlogic,gxbb-clkc" for GXBB SoC, | 8 | - compatible: should be: |
9 | or "amlogic,gxl-clkc" for GXL and GXM SoC. | 9 | "amlogic,gxbb-clkc" for GXBB SoC, |
10 | "amlogic,gxl-clkc" for GXL and GXM SoC, | ||
11 | "amlogic,axg-clkc" for AXG SoC. | ||
12 | |||
10 | - reg: physical base address of the clock controller and length of memory | 13 | - reg: physical base address of the clock controller and length of memory |
11 | mapped region. | 14 | mapped region. |
12 | 15 | ||