diff options
| author | Raviteja Laggyshetty <[email protected]> | 2025-07-11 10:25:38 +0000 |
|---|---|---|
| committer | Georgi Djakov <[email protected]> | 2025-07-18 14:54:58 +0000 |
| commit | a95571d8ffe2fa92bcc2af22a853170340ae1e9c (patch) | |
| tree | 9c37ffdb3aead8227148476c7d0cccfbf4ee1174 | |
| parent | dt-bindings: interconnect: qcom: Remove double colon from description (diff) | |
| download | kernel-a95571d8ffe2fa92bcc2af22a853170340ae1e9c.tar.gz kernel-a95571d8ffe2fa92bcc2af22a853170340ae1e9c.zip | |
dt-bindings: interconnect: Add EPSS L3 compatible for QCS8300 SoC
Add Epoch Subsystem (EPSS) L3 interconnect provider binding for
QCS8300 SoC. As the EPSS hardware in QCS8300 and SA8775P are same,
added a family-level compatible for SA877P SoC. This shared fallback
compatible allows grouping of SoCs with similar hardware, reducing
the need to explicitly list each variant in the driver match table.
Signed-off-by: Raviteja Laggyshetty <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Georgi Djakov <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml index cd4bb912e0dc..ab5a921c3495 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml @@ -36,6 +36,11 @@ properties: - qcom,sm8350-epss-l3 - qcom,sm8650-epss-l3 - const: qcom,epss-l3 + - items: + - enum: + - qcom,qcs8300-epss-l3 + - const: qcom,sa8775p-epss-l3 + - const: qcom,epss-l3 reg: maxItems: 1 |
