diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-22 13:32:27 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-04-04 21:00:07 +0300 |
commit | 92c2cc5d5566cb84e4f4a683e73c3516882c2ee8 (patch) | |
tree | f69240b7640d5f730eee3b2bfee0031ecbdd8093 | |
parent | 7d33d60b0c115b02b6fe2af374daf2401e4abe91 (diff) | |
download | linux-92c2cc5d5566cb84e4f4a683e73c3516882c2ee8.tar.xz |
dt-bindings: clock: gxbb-clkc: Add GXL compatible variant
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/1490178747-14837-6-git-send-email-narmstrong@baylibre.com
-rw-r--r-- | Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt index ce06435d28ed..a09d627b5508 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt @@ -5,7 +5,8 @@ controllers within the SoC. Required Properties: -- compatible: should be "amlogic,gxbb-clkc" +- compatible: should be "amlogic,gxbb-clkc" for GXBB SoC, + or "amlogic,gxl-clkc" for GXL and GXM SoC. - reg: physical base address of the clock controller and length of memory mapped region. |