[PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU

Melody Olvera posted 1 patch 1 month ago
There is a newer version of this series
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
Posted by Melody Olvera 1 month ago
Document the sm8750 SMMU block.

Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 92d350b8e01a..9eaea70da559 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -59,6 +59,7 @@ properties:
               - qcom,sm8450-smmu-500
               - qcom,sm8550-smmu-500
               - qcom,sm8650-smmu-500
+              - qcom,sm8750-smmu-500
               - qcom,x1e80100-smmu-500
           - const: qcom,smmu-500
           - const: arm,mmu-500

base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17
-- 
2.46.1
Re: [PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
Posted by Krzysztof Kozlowski 1 month ago
On Mon, Oct 21, 2024 at 04:04:49PM -0700, Melody Olvera wrote:
> Document the sm8750 SMMU block.
> 
> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
> ---
>  Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

This is incomplete, what about clocks?

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
Posted by Melody Olvera 1 month ago

On 10/23/2024 1:25 AM, Krzysztof Kozlowski wrote:
> On Mon, Oct 21, 2024 at 04:04:49PM -0700, Melody Olvera wrote:
>> Document the sm8750 SMMU block.
>>
>> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
>> ---
>>   Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>>   1 file changed, 1 insertion(+)
>>
> This is incomplete, what about clocks?

I agree, but I don't have the dt changes for the additional smmu node yet.
Should I update the bindings regardless?

>
Re: [PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
Posted by Krzysztof Kozlowski 1 month ago
On 23/10/2024 20:52, Melody Olvera wrote:
> 
> 
> On 10/23/2024 1:25 AM, Krzysztof Kozlowski wrote:
>> On Mon, Oct 21, 2024 at 04:04:49PM -0700, Melody Olvera wrote:
>>> Document the sm8750 SMMU block.
>>>
>>> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
>>> ---
>>>   Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>> This is incomplete, what about clocks?
> 
> I agree, but I don't have the dt changes for the additional smmu node yet.
> Should I update the bindings regardless?

Yes or post-pone this patch.

Best regards,
Krzysztof