arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
authorFaiz Abbas <faiz_abbas@ti.com>
Mon, 10 Jun 2019 19:13:31 +0000 (00:43 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:12:08 +0000 (11:12 -0400)
commit3a1a0dfc395e9f09e18fc103383e55d59c63f263
treedd3c221c45207941fe9fad6eb666bd046af86816
parent0e80dda32c8d724c2a98dbbfb2f1e59762788f15
arm64: dts: k3: Sync sdhci0 node from kernel and change driver name

Sync the sdhci0 node from kernel. This changes the compatible that is
required to be there in the driver. Change the same for the SD card node
which is not yet supported in kernel. This also syncs the main_pmx0 node
as a side effect.

Also change the name of the driver to match the compatible in kernel.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/k3-am65-main.dtsi
arch/arm/dts/k3-am654-base-board-u-boot.dtsi
arch/arm/dts/k3-am654-base-board.dts
arch/arm/dts/k3-am654-r5-base-board.dts
configs/am65x_evm_a53_defconfig
configs/am65x_evm_r5_defconfig
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/am654_sdhci.c [new file with mode: 0644]
drivers/mmc/k3_arsan_sdhci.c [deleted file]