commit | ef5fb5a84cd7d09fe577f6664885df14310861e9 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Oct 15 18:24:37 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 23 20:47:12 2019 -0400 |
tree | e4b5abf4cc24a920c5d3bffdc381e916812ed24f | |
parent | 7feafb0ae4f703874119bd90d53258134f850d37 [diff] [blame] |
ufs: Add Support for Cadence platform UFS driver Add Support for the platform driver for the Cadence device present on TI's J721e device. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
diff --git a/drivers/ufs/Makefile b/drivers/ufs/Makefile index b8df759..9262bd6 100644 --- a/drivers/ufs/Makefile +++ b/drivers/ufs/Makefile
@@ -4,3 +4,4 @@ # obj-$(CONFIG_UFS) += ufs.o ufs-uclass.o +obj-$(CONFIG_CADENCE_UFS) += cdns-platform.o