phy: add MIPI/LVDS/TTL modes to the phy_mode enum

This patch adds more generic PHY modes to the phy_mode enum, to
allow configuring generic PHYs to the MIPI/LVDS/TTL mode by
using the set_mode callback.

Change-Id: Ib6966828011aa52f1f133449f69df46c2001a57b
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi
2018-09-30 15:30:32 +08:00
parent 7be8a2eb28
commit 13f2196227

View File

@@ -29,6 +29,9 @@ enum phy_mode {
PHY_MODE_USB_HOST,
PHY_MODE_USB_DEVICE,
PHY_MODE_USB_OTG,
PHY_MODE_VIDEO_MIPI,
PHY_MODE_VIDEO_LVDS,
PHY_MODE_VIDEO_TTL,
};
/**