Skip to content

Commit f7ba616

Browse files
krzkUlf Hansson
authored andcommitted
dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA
The DW MSHC node in Intel SocFPGA ARM64 DTS has iommus property, so allow it to silence dtbs_check warnings: socfpga_n5x_socdk.dtb: mmc@ff808000: Unevaluated properties are not allowed ('iommus' was unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231209171013.249972-1-krzysztof.kozlowski@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 72cd895 commit f7ba616

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ properties:
3535
- const: biu
3636
- const: ciu
3737

38+
iommus:
39+
maxItems: 1
40+
3841
altr,sysmgr-syscon:
3942
$ref: /schemas/types.yaml#/definitions/phandle-array
4043
items:
@@ -62,6 +65,7 @@ allOf:
6265
altr,sysmgr-syscon: true
6366
else:
6467
properties:
68+
iommus: false
6569
altr,sysmgr-syscon: false
6670

6771
required:

0 commit comments

Comments
 (0)