2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 03:33:59 +08:00

dt-bindings: mmc: jz4740: Add bindings for X1000

Add the MMC bindings for the X1000 Soc from Ingenic.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Zhou Yanjie 2019-10-12 13:13:18 +08:00 committed by Ulf Hansson
parent 2af2af9940
commit b5caac9728

View File

@ -1,8 +1,8 @@
* Ingenic JZ47xx MMC controllers * Ingenic XBurst MMC controllers
This file documents the device tree properties used for the MMC controller in This file documents the device tree properties used for the MMC controller in
Ingenic JZ4740/JZ4780 SoCs. These are in addition to the core MMC properties Ingenic JZ4740/JZ4760/JZ4780/X1000 SoCs. These are in addition to the core MMC
described in mmc.txt. properties described in mmc.txt.
Required properties: Required properties:
- compatible: Should be one of the following: - compatible: Should be one of the following:
@ -10,6 +10,7 @@ Required properties:
- "ingenic,jz4725b-mmc" for the JZ4725B - "ingenic,jz4725b-mmc" for the JZ4725B
- "ingenic,jz4760-mmc" for the JZ4760 - "ingenic,jz4760-mmc" for the JZ4760
- "ingenic,jz4780-mmc" for the JZ4780 - "ingenic,jz4780-mmc" for the JZ4780
- "ingenic,x1000-mmc" for the X1000
- reg: Should contain the MMC controller registers location and length. - reg: Should contain the MMC controller registers location and length.
- interrupts: Should contain the interrupt specifier of the MMC controller. - interrupts: Should contain the interrupt specifier of the MMC controller.
- clocks: Clock for the MMC controller. - clocks: Clock for the MMC controller.