summaryrefslogtreecommitdiff
path: root/Bindings/mmc/mxs-mmc.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2025-11-22 11:29:08 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2025-11-22 11:29:08 +0000
commitd50fbf3559ea220ee3ea5a8bde6e33ddbf29d019 (patch)
tree1c4f06757ee49496e55f54c231a5a003b590a909 /Bindings/mmc/mxs-mmc.yaml
parentb8aada787cdf692c810a139664cdbd5fe3898e25 (diff)
Import device-tree files from Linux 6.17vendor/device-tree/6.17
Diffstat (limited to 'Bindings/mmc/mxs-mmc.yaml')
-rw-r--r--Bindings/mmc/mxs-mmc.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Bindings/mmc/mxs-mmc.yaml b/Bindings/mmc/mxs-mmc.yaml
index 32e512a68ed6..df07ea3b81d1 100644
--- a/Bindings/mmc/mxs-mmc.yaml
+++ b/Bindings/mmc/mxs-mmc.yaml
@@ -17,7 +17,7 @@ description: |
and the properties used by the mxsmmc driver.
allOf:
- - $ref: mmc-controller.yaml
+ - $ref: mmc-controller-common.yaml#
properties:
compatible:
@@ -31,6 +31,9 @@ properties:
interrupts:
maxItems: 1
+ clocks:
+ maxItems: 1
+
dmas:
maxItems: 1
@@ -41,6 +44,7 @@ required:
- compatible
- reg
- interrupts
+ - clocks
- dmas
- dma-names
@@ -52,6 +56,7 @@ examples:
compatible = "fsl,imx28-mmc";
reg = <0x80010000 2000>;
interrupts = <96>;
+ clocks = <&clks 46>;
dmas = <&dma_apbh 0>;
dma-names = "rx-tx";
bus-width = <8>;