disp: msm: dsi: Add new phy comaptible string for cape

Cape uses phy version 4.3 but requires programming of
different values for vreg_ctrl_0 and vreg_ctrl_1 to
configure LDO setting. Add new phy compatible string
to distinguish cape from other chipsets and program
the registers accordingly.

Change-Id: I68b266cc6e179d211ee0fd05584a605f39b4d31d
Signed-off-by: Srihitha Tangudu <quic_tangudu@quicinc.com>
这个提交包含在:
Srihitha Tangudu
2022-01-18 13:43:24 +05:30
提交者 Gerrit - the friendly Code Review server
父节点 46849f2f19
当前提交 25beb2fccc
修改 5 个文件,包含 34 行新增3 行删除

查看文件

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef _DSI_PHY_HW_H_
@@ -34,6 +35,7 @@
* @DSI_PHY_VERSION_4_1: 7nm
* @DSI_PHY_VERSION_4_2: 5nm
* @DSI_PHY_VERSION_4_3: 5nm
* @DSI_PHY_VERSION_4_3_2: 4nm (v4.3 specific to SM8475)
* @DSI_PHY_VERSION_MAX:
*/
enum dsi_phy_version {
@@ -43,6 +45,7 @@ enum dsi_phy_version {
DSI_PHY_VERSION_4_1, /* 7nm */
DSI_PHY_VERSION_4_2, /* 5nm */
DSI_PHY_VERSION_4_3, /* 5nm */
DSI_PHY_VERSION_4_3_2, /* 4nm */
DSI_PHY_VERSION_MAX
};