Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6699b963 authored by Mayank Rana's avatar Mayank Rana
Browse files

usb: phy: Remove unused register offsets



Remove unused register offset related enums as those are not used
for configuration within USB PHY driver. This helps to reduce
number of register offset value need to pass from devicetree with
USB QMP PHY device node.

Change-Id: Ia0581c3dc8210bfaac9a7318eb75e1ffa35440b6
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 210912b3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -85,17 +85,12 @@ enum qmp_phy_rev_reg {
	USB3_PHY_PCS_MISC_TYPEC_CTRL,

	/* USB DP Combo PHY related */
	USB3_DP_DP_PHY_PD_CTL,
	USB3_DP_COM_POWER_DOWN_CTRL,
	USB3_DP_COM_SW_RESET,
	USB3_DP_COM_RESET_OVRD_CTRL,
	USB3_DP_COM_PHY_MODE_CTRL,
	USB3_DP_COM_TYPEC_CTRL,
	USB3_DP_COM_SWI_CTRL,
	USB3_PCS_MISC_CLAMP_ENABLE,
	USB3_DP_PCS_PCS_STATUS2,
	USB3_DP_PCS_INSIG_SW_CTRL3,
	USB3_DP_PCS_INSIG_MX_CTRL3,
	USB3_PHY_REG_MAX,
};