[PATCH 00/16] dts/dt-bindings: Fix Arm Ltd. ARMv8 "boards"

André Przywara andre.przywara at arm.com
Tue May 5 17:13:05 UTC 2020


On 05/05/2020 18:06, Robin Murphy wrote:
> On 2020-05-05 5:51 pm, Andre Przywara wrote:
>> Date: Mon, 4 May 2020 12:42:49 +0100
>> Subject: [PATCH 02/16] dt-bindings: arm-smmu: Allow mmu-400,smmu-v1
>> compatible
> 
> ^^ not sure how you managed that...

Impressive, huh? ;-)
Actually just an accidental empty line when adding Cc: lines to the
header (copy & paste with EOL). Using the previous subject line is
probably an artefact of how git send-email works.

Sorry for that!
I figured that replying would create more churn, as the actual subject
line is still in the email.

> 
>> The Arm SMMUv1 DT binding only allows combining arm,mmu-401 with
>> arm,smmu-v1, even though the MMU-400 is compatible as well.
>>
>> Allow this combination as well to let the Arm Juno board pass the test.
> 
> Acked-by: Robin Murphy <robin.murphy at arm.com>

Thanks!

Cheers,
Andre

> 
>> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
>> ---
>>   Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
>> b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
>> index 6515dbe47508..e3ef1c69d132 100644
>> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
>> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
>> @@ -41,7 +41,9 @@ properties:
>>             - const: arm,mmu-500
>>             - const: arm,smmu-v2
>>         - items:
>> -          - const: arm,mmu-401
>> +          - enum:
>> +              - arm,mmu-400
>> +              - arm,mmu-401
>>             - const: arm,smmu-v1
>>         - enum:
>>             - arm,smmu-v1
>>



More information about the iommu mailing list