diff options
author | Georgi Djakov <djakov@kernel.org> | 2021-12-06 20:54:01 +0300 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2021-12-06 20:54:01 +0300 |
commit | 50d1eefa2dd7bcf0d7d54a34ff80d217cdbf22b8 (patch) | |
tree | bc5bef53abeae6f9e58f9a9ce7bfbe060f317df9 /Documentation/devicetree/bindings/interconnect | |
parent | 1f41badaf6932f13eebf711045a4ad387e60cb0b (diff) | |
parent | 6a61d1d1491eea268c07c5a623b08d6d1d7ec237 (diff) | |
download | linux-50d1eefa2dd7bcf0d7d54a34ff80d217cdbf22b8.tar.xz |
Merge branch 'icc-sc7280' into icc-next
Add Epoch Subsystem (EPSS) L3 provider support on SM7280 SoCs.
* icc-sc7280
dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
interconnect: qcom: Add EPSS L3 support on SC7280
Link: https://lore.kernel.org/r/1634812857-10676-1-git-send-email-okukatla@codeaurora.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 e701524ee811..116e434d0daa 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml @@ -18,6 +18,7 @@ properties: compatible: enum: - qcom,sc7180-osm-l3 + - qcom,sc7280-epss-l3 - qcom,sc8180x-osm-l3 - qcom,sdm845-osm-l3 - qcom,sm8150-osm-l3 |