diff options
author | Ramuthevar Vadivel Murugan | 2019-12-17 09:56:58 +0800 |
---|---|---|
committer | Kishon Vijay Abraham I | 2020-01-14 10:50:19 +0530 |
commit | 9227942383307f97fa6992416f73af4a23ef972c (patch) | |
tree | 487e52a52bc43f16d191bb6d352455a32d6208d4 /drivers/phy/Makefile | |
parent | 5bc999108025a82a2862b2e7e0af00e34643d270 (diff) |
phy: intel-lgm-emmc: Add support for eMMC PHY
Add support for eMMC PHY on Intel's Lightning Mountain SoC.
Signed-off-by: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index c96a1afc95bd..310c149a9df5 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -18,6 +18,7 @@ obj-y += broadcom/ \ cadence/ \ freescale/ \ hisilicon/ \ + intel/ \ lantiq/ \ marvell/ \ motorola/ \ |