diff options
| author | Neil Armstrong <[email protected]> | 2020-12-29 14:58:58 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-02-10 10:00:51 +0100 |
| commit | afef20585abe55c44d376f3cacf435ddde149d77 (patch) | |
| tree | bc634d8ec8f97e16d4c756ca56da1166f9cd84db /drivers/phy/Makefile | |
| parent | e14d5762de1db84cae6d84d59c1e40f3eb26c4c3 (diff) | |
phy: dphy: Add configuration helpers
The MIPI D-PHY spec defines default values and boundaries for most of the
parameters it defines. Introduce helpers to help drivers get meaningful
values based on their current parameters, and validate the boundaries of
these parameters if needed.
These helpers and header are taken from Linux commit 9123e3a74ec7 ("Linux 5.9-rc1").
Signed-off-by: Neil Armstrong <[email protected]>
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 6b3761b8c8a..7b81ff77ea4 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o +obj-$(CONFIG_MIPI_DPHY_HELPERS) += phy-core-mipi-dphy.o obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o |
