* [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
@ 2024-10-18 8:28 Dmitry Baryshkov
2024-10-21 7:45 ` Krzysztof Kozlowski
2024-10-24 14:42 ` Will Deacon
0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-10-18 8:28 UTC (permalink / raw)
To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Rob Clark
Cc: linux-arm-kernel, iommu, devicetree, linux-kernel, linux-arm-msm
Document compatible for ARM-500 SMMU controller on Qualcomm SAR2130P
platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Changes in v2:
- Added Qualcomm to the commit message as the bindings are not
Qualcomm-specific (Krzysztof)
- Constraint SMMU clocks on the corresponding platform (Krzysztof)
- Link to v1: https://lore.kernel.org/r/20241017-sar2130p-iommu-v1-1-29d75f91fcf5@linaro.org
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 92d350b8e01a83f30ba81ba4f35107e16a2d2378..291ef262b246c83ec153b3d4276b1d6630d88f85 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -40,6 +40,7 @@ properties:
- qcom,qdu1000-smmu-500
- qcom,sa8255p-smmu-500
- qcom,sa8775p-smmu-500
+ - qcom,sar2130p-smmu-500
- qcom,sc7180-smmu-500
- qcom,sc7280-smmu-500
- qcom,sc8180x-smmu-500
@@ -88,6 +89,7 @@ properties:
- qcom,qcm2290-smmu-500
- qcom,sa8255p-smmu-500
- qcom,sa8775p-smmu-500
+ - qcom,sar2130p-smmu-500
- qcom,sc7280-smmu-500
- qcom,sc8180x-smmu-500
- qcom,sc8280xp-smmu-500
@@ -524,6 +526,7 @@ allOf:
compatible:
items:
- enum:
+ - qcom,sar2130p-smmu-500
- qcom,sm8550-smmu-500
- qcom,sm8650-smmu-500
- qcom,x1e80100-smmu-500
---
base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b
change-id: 20241017-sar2130p-iommu-4ce763051f01
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
2024-10-18 8:28 [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible Dmitry Baryshkov
@ 2024-10-21 7:45 ` Krzysztof Kozlowski
2024-10-24 14:42 ` Will Deacon
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-21 7:45 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Will Deacon, Robin Murphy, Joerg Roedel, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Rob Clark, linux-arm-kernel,
iommu, devicetree, linux-kernel, linux-arm-msm
On Fri, Oct 18, 2024 at 11:28:46AM +0300, Dmitry Baryshkov wrote:
> Document compatible for ARM-500 SMMU controller on Qualcomm SAR2130P
> platform.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> Changes in v2:
> - Added Qualcomm to the commit message as the bindings are not
> Qualcomm-specific (Krzysztof)
> - Constraint SMMU clocks on the corresponding platform (Krzysztof)
> - Link to v1: https://lore.kernel.org/r/20241017-sar2130p-iommu-v1-1-29d75f91fcf5@linaro.org
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
2024-10-18 8:28 [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible Dmitry Baryshkov
2024-10-21 7:45 ` Krzysztof Kozlowski
@ 2024-10-24 14:42 ` Will Deacon
1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2024-10-24 14:42 UTC (permalink / raw)
To: Robin Murphy, Joerg Roedel, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Rob Clark, Dmitry Baryshkov
Cc: catalin.marinas, kernel-team, Will Deacon, linux-arm-kernel,
iommu, devicetree, linux-kernel, linux-arm-msm
On Fri, 18 Oct 2024 11:28:46 +0300, Dmitry Baryshkov wrote:
> Document compatible for ARM-500 SMMU controller on Qualcomm SAR2130P
> platform.
>
>
Applied to will (for-joerg/arm-smmu/bindings), thanks!
[1/1] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
https://git.kernel.org/will/c/0ddb903fab63
Cheers,
--
Will
https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-24 14:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 8:28 [PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible Dmitry Baryshkov
2024-10-21 7:45 ` Krzysztof Kozlowski
2024-10-24 14:42 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox