2023-10-25 14:08:29

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP

This series documents gpu/scm/smmu for the Qualcomm SC8380XP platform, aka Snapdragon X Elite.

Dependencies: None
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (1):
dt-bindings: arm-smmu: Add compatible for SC8380XP SoC

Sibi Sankar (2):
dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs

Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
3 files changed, 4 insertions(+)

--
2.17.1


2023-10-25 14:08:39

by Sibi Sankar

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC

From: Rajendra Nayak <[email protected]>

Add the SoC specific compatible for SC8380XP implementing arm,mmu-500.

Signed-off-by: Rajendra Nayak <[email protected]>
Signed-off-by: Sibi Sankar <[email protected]>
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index aa9e1c0895a5..fc28a1913711 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -42,6 +42,7 @@ properties:
- qcom,sc7280-smmu-500
- qcom,sc8180x-smmu-500
- qcom,sc8280xp-smmu-500
+ - qcom,sc8380xp-smmu-500
- qcom,sdm670-smmu-500
- qcom,sdm845-smmu-500
- qcom,sdx55-smmu-500
@@ -382,6 +383,7 @@ allOf:
- qcom,sa8775p-smmu-500
- qcom,sc7280-smmu-500
- qcom,sc8280xp-smmu-500
+ - qcom,sc8380xp-smmu-500
then:
properties:
clock-names:
--
2.17.1

2023-10-27 08:28:20

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC

On 25/10/2023 16:06, Sibi Sankar wrote:
> From: Rajendra Nayak <[email protected]>
>
> Add the SoC specific compatible for SC8380XP implementing arm,mmu-500.
>
> Signed-off-by: Rajendra Nayak <[email protected]>
> Signed-off-by: Sibi Sankar <[email protected]>
> ---

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof