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>
Esse commit está contido em:

commit de
Gerrit - the friendly Code Review server

pai
46849f2f19
commit
25beb2fccc
@@ -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.
|
||||
*/
|
||||
|
||||
#include <linux/errno.h>
|
||||
@@ -265,6 +266,7 @@ int dsi_catalog_phy_setup(struct dsi_phy_hw *phy,
|
||||
case DSI_PHY_VERSION_4_1:
|
||||
case DSI_PHY_VERSION_4_2:
|
||||
case DSI_PHY_VERSION_4_3:
|
||||
case DSI_PHY_VERSION_4_3_2:
|
||||
dsi_catalog_phy_4_0_init(phy);
|
||||
break;
|
||||
default:
|
||||
|
Referência em uma nova issue
Block a user