diff options
author | Frank Li <[email protected]> | 2024-02-01 15:22:41 -0500 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2024-02-13 13:37:28 +0100 |
commit | 3a999e57cf4bebe46070378013a3c3e7ac00e4d3 (patch) | |
tree | 66b0a54600246090e11a8b7558ede919485d5135 | |
parent | cb8e8570d5c99e99715466d5616ad1bc3a4ad2f8 (diff) |
dt-bindings: mmc: fsl-imx-esdhc: add iommus property
iMX95 and iMX8QM have smmu. Add property "iommus".
Signed-off-by: Frank Li <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index f3c5aa64affc..3f6dcc773092 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -163,6 +163,9 @@ properties: - const: ahb - const: per + iommus: + maxItems: 1 + power-domains: maxItems: 1 |