diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-03-16 15:12:51 +0100 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2023-04-05 10:29:59 +0200 |
commit | e0c35141f9ca5869a51d7c135688350c06ebdded (patch) | |
tree | e5f9e2bfed5d87397c3f2e7415d58b0c3251a14a /Documentation/devicetree/bindings/interconnect | |
parent | interconnect: qcom: Sort kerneldoc entries (diff) | |
download | linux-e0c35141f9ca5869a51d7c135688350c06ebdded.tar.xz linux-e0c35141f9ca5869a51d7c135688350c06ebdded.zip |
dt-bindings: interconnect: OSM L3: Add SM6375 CPUCP compatible
SM6375 includes a CPUCP block responsible for managing different APSS-
related tasks, such as scaling the voltage and frequency of the
components within the ARM DSU cluster. Add a compatible for the L3 cache
DVFS scaler within.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230303-topic-sm6375_features0_dts-v2-2-708b8191f7eb@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interconnect')
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml index 576992a6dc5a..9d0a98d77ae9 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml @@ -29,6 +29,7 @@ properties: - enum: - qcom,sc7280-epss-l3 - qcom,sc8280xp-epss-l3 + - qcom,sm6375-cpucp-l3 - qcom,sm8250-epss-l3 - qcom,sm8350-epss-l3 - const: qcom,epss-l3 |