diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-01-18 11:34:20 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-02-07 16:45:33 -0800 |
commit | c28de6bf856eac0b0d1854d57c7a55b7c65a46e3 (patch) | |
tree | c0fe26e9f18e0f0e62ff7f4449519b842fbd4095 | |
parent | 382f8be04551d60c3e0c4103ce2941c3f335279e (diff) | |
download | lwn-c28de6bf856eac0b0d1854d57c7a55b7c65a46e3.tar.gz lwn-c28de6bf856eac0b0d1854d57c7a55b7c65a46e3.zip |
dt-bindings: amlogic: add new compatible devices to clk_measure
Add the axg and g12a SoC family compatible to the clock measure bindings
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt b/Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt index 205a54bcd7c7..6bf6b43f8dd8 100644 --- a/Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt +++ b/Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt @@ -9,6 +9,8 @@ Required properties: "amlogic,meson-gx-clk-measure" for GX SoCs "amlogic,meson8-clk-measure" for Meson8 SoCs "amlogic,meson8b-clk-measure" for Meson8b SoCs + "amlogic,meson-axg-clk-measure" for AXG SoCs + "amlogic,meson-g12a-clk-measure" for G12a SoCs - reg: base address and size of the Clock Measurer register space. Example: |