commit | 4390eaf67630ed0cff1ed069d73a243c145c2aa5 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Oct 15 18:24:38 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 23 20:47:12 2019 -0400 |
tree | dc0624e915e8062868f32c2a2f82c1b50902d30f | |
parent | ef5fb5a84cd7d09fe577f6664885df14310861e9 [diff] [blame] |
ufs: Add glue layer driver for TI J721E devices Add glue layer driver for the controller present on TI's J721E devices. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
diff --git a/drivers/ufs/Makefile b/drivers/ufs/Makefile index 9262bd6..62ed016 100644 --- a/drivers/ufs/Makefile +++ b/drivers/ufs/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_UFS) += ufs.o ufs-uclass.o obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o +obj-$(CONFIG_TI_J721E_UFS) += ti-j721e-ufs.o