diff options
author | Odelu Kukatla <okukatla@codeaurora.org> | 2021-10-21 12:40:55 +0200 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2021-11-22 15:56:50 +0100 |
commit | 3b47746cd787d7130dda700e96a4503f7f315cbd (patch) | |
tree | 16be13d1737c75b20b9b14e5f00dca9b8068e686 /Documentation/devicetree/bindings/interconnect | |
parent | Linux 5.16-rc1 (diff) | |
download | linux-3b47746cd787d7130dda700e96a4503f7f315cbd.tar.xz linux-3b47746cd787d7130dda700e96a4503f7f315cbd.zip |
dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
Add Epoch Subsystem (EPSS) L3 interconnect provider binding on SC7280
SoCs.
Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/1634812857-10676-2-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 |