diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-13 19:38:51 +0200 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2023-10-25 15:50:50 +0530 |
commit | 7f6aa81d68376741ea216f4fe59e5509107116bc (patch) | |
tree | 5f8ef3ddd53b88bcc96530b5ec67cdbb6a33763c | |
parent | 47e161a7873b0891f4e01a69a839f6161d816ea8 (diff) | |
download | linux-7f6aa81d68376741ea216f4fe59e5509107116bc.tar.gz linux-7f6aa81d68376741ea216f4fe59e5509107116bc.tar.bz2 linux-7f6aa81d68376741ea216f4fe59e5509107116bc.zip |
dt-bindings: cpufreq: qcom-cpufreq-nvmem: Document krait-cpu
Document newly introduced operating-points-v2-krait-cpu compatible to
the list of accepted compatible for opp-v2-kryo-cpu nodes.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml index f929892d654e..547265b8b118 100644 --- a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml +++ b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml @@ -47,7 +47,9 @@ patternProperties: - if: properties: compatible: - const: operating-points-v2-kryo-cpu + enum: + - operating-points-v2-krait-cpu + - operating-points-v2-kryo-cpu then: $ref: /schemas/opp/opp-v2-kryo-cpu.yaml# |