[PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP

Sibi Sankar posted 3 patches 2 years, 1 month ago
[PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
Posted by Sibi Sankar 2 years, 1 month ago
The Qualcomm SC8380XP uses GPI DMA for its GENI interface. Add a compatible
string for it in the documentation by using the SM6350 as fallback.

Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
---
 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
index 88d0de3d1b46..8d7172245263 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -27,6 +27,7 @@ properties:
               - qcom,qcm2290-gpi-dma
               - qcom,qdu1000-gpi-dma
               - qcom,sc7280-gpi-dma
+              - qcom,sc8380xp-gpi-dma
               - qcom,sm6115-gpi-dma
               - qcom,sm6375-gpi-dma
               - qcom,sm8350-gpi-dma
-- 
2.17.1
Re: [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
Posted by Krzysztof Kozlowski 2 years, 1 month ago
On 25/10/2023 16:06, Sibi Sankar wrote:
> The Qualcomm SC8380XP uses GPI DMA for its GENI interface. Add a compatible
> string for it in the documentation by using the SM6350 as fallback.
> 
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
> ---
>  Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof