* [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA
@ 2023-12-09 17:10 Krzysztof Kozlowski
2023-12-12 17:05 ` Conor Dooley
2024-01-02 16:56 ` Ulf Hansson
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-12-09 17:10 UTC (permalink / raw)
To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-mmc, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
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>
---
I assume the DTS represents the hardware, thus iommus is real.
---
Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
index b13b5166d20a..a6292777e376 100644
--- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
@@ -35,6 +35,9 @@ properties:
- const: biu
- const: ciu
+ iommus:
+ maxItems: 1
+
altr,sysmgr-syscon:
$ref: /schemas/types.yaml#/definitions/phandle-array
items:
@@ -62,6 +65,7 @@ allOf:
altr,sysmgr-syscon: true
else:
properties:
+ iommus: false
altr,sysmgr-syscon: false
required:
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA
2023-12-09 17:10 [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA Krzysztof Kozlowski
@ 2023-12-12 17:05 ` Conor Dooley
2024-01-02 16:56 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-12-12 17:05 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-mmc, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]
On Sat, Dec 09, 2023 at 06:10:13PM +0100, Krzysztof Kozlowski wrote:
> 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>
>
> ---
>
> I assume the DTS represents the hardware, thus iommus is real.
Assuming it is in fact real,
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
> ---
> Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> index b13b5166d20a..a6292777e376 100644
> --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> @@ -35,6 +35,9 @@ properties:
> - const: biu
> - const: ciu
>
> + iommus:
> + maxItems: 1
> +
> altr,sysmgr-syscon:
> $ref: /schemas/types.yaml#/definitions/phandle-array
> items:
> @@ -62,6 +65,7 @@ allOf:
> altr,sysmgr-syscon: true
> else:
> properties:
> + iommus: false
> altr,sysmgr-syscon: false
>
> required:
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA
2023-12-09 17:10 [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA Krzysztof Kozlowski
2023-12-12 17:05 ` Conor Dooley
@ 2024-01-02 16:56 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2024-01-02 16:56 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-mmc,
devicetree, linux-kernel
On Sat, 9 Dec 2023 at 18:10, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> 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>
Applied for next, thanks!
Kind regards
Uffe
>
> ---
>
> I assume the DTS represents the hardware, thus iommus is real.
> ---
> Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> index b13b5166d20a..a6292777e376 100644
> --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
> @@ -35,6 +35,9 @@ properties:
> - const: biu
> - const: ciu
>
> + iommus:
> + maxItems: 1
> +
> altr,sysmgr-syscon:
> $ref: /schemas/types.yaml#/definitions/phandle-array
> items:
> @@ -62,6 +65,7 @@ allOf:
> altr,sysmgr-syscon: true
> else:
> properties:
> + iommus: false
> altr,sysmgr-syscon: false
>
> required:
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-02 16:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 17:10 [PATCH] dt-bindings: mmc: synopsys-dw-mshc: add iommus for Intel SocFPGA Krzysztof Kozlowski
2023-12-12 17:05 ` Conor Dooley
2024-01-02 16:56 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox