diff options
author | Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com> | 2019-12-17 04:56:58 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2020-01-14 08:20:19 +0300 |
commit | 9227942383307f97fa6992416f73af4a23ef972c (patch) | |
tree | 487e52a52bc43f16d191bb6d352455a32d6208d4 /drivers/phy/intel/Makefile | |
parent | 5bc999108025a82a2862b2e7e0af00e34643d270 (diff) | |
download | linux-9227942383307f97fa6992416f73af4a23ef972c.tar.xz |
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/intel/Makefile')
-rw-r--r-- | drivers/phy/intel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/intel/Makefile b/drivers/phy/intel/Makefile new file mode 100644 index 000000000000..6b876a75599d --- /dev/null +++ b/drivers/phy/intel/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_PHY_INTEL_EMMC) += phy-intel-emmc.o |