commit | f59396a73958801193e6aac7d9262a67552171e7 | [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 | 204b2c22ecda8401b3d15d16a6e6ca9c87e4e992 [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