On 9/24/20 4:56 PM, Faiz Abbas wrote: > The following patches add dt support for MMC/SD on TI's j7200-evm. > > Currently, eMMC support upto HS200 speed and SD card supports upto high > speed speed mode. > > v2: > Fixed node names to use mmc@* format > Fixed reg address format to align with others in the file > > Faiz Abbas (2): > arm64: dts: ti: k3-j7200-main: Add support for MMC/SD controller nodes > arm64: dts: ti: k3-j7200-common-proc-board: Add support for eMMC and > SD card > > .../dts/ti/k3-j7200-common-proc-board.dts | 28 ++++++++++++++ > arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 37 +++++++++++++++++++ > 2 files changed, 65 insertions(+) > For the series: Tested-by: Vignesh Raghavendra <vigneshr@xxxxxx> [ 1.678263] mmc0: Command Queue Engine enabled [ 1.682727] mmc0: new HS200 MMC card at address 0001 [ 1.688193] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.692971] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 1.699138] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 1.705268] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, ch ardev (240:0) [ 1.789527] mmc1: new high speed SDHC card at address aaaa [ 1.795621] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.810074] mmcblk1: p1 p2 SD hot plug works fine too.. Full log: https://pastebin.ubuntu.com/p/5hcCQDjhtW/