summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-mini-emmc0.dts
Commit message (Collapse)AuthorAgeFilesLines
* arm64: zynqmp: Fix sdhci clock in emmc0 mini configurationMichal Simek2018-11-291-0/+1
| | | | | | Add missing clocks property. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Reflect emmc controller ID in model in DTMichal Simek2018-11-261-1/+1
| | | | | | | Make sense to add controller ID to model name to have it visible through the logs to know which controller is used by which configuration. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Split emmc configuration into emmc0 and emmc1Siva Durga Prasad Paladugu2018-06-151-0/+67
This patch splits the current mini emmc configuration into emmc0 and emmc1 configurations because emmc is probed at boot time and on systems which have only one interface mini configuration is failing on unused interface. This patch also adds required clock node in dts and enables CONFIG_MMC_SDHCI_ZYNQ through defconfig. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>