disp: msm: dsi: add new PHY and PLL version files
Change adds the new files for DSI PHY version 5 and 4nm DSI PLL. Change-Id: I97712d6ce53a60a6fae1c8331b6ba9a5d17b8d34 Signed-off-by: Shashank Babu Chinta Venkata <quic_schintav@quicinc.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _DSI_PHY_HW_H_
|
||||
@@ -50,11 +51,13 @@ enum dsi_phy_version {
|
||||
|
||||
/**
|
||||
* enum dsi_pll_version - DSI PHY PLL version enumeration
|
||||
* @DSI_PLL_VERSION_4NM: 4nm PLL
|
||||
* @DSI_PLL_VERSION_5NM: 5nm PLL
|
||||
* @DSI_PLL_VERSION_10NM: 10nm PLL
|
||||
* @DSI_PLL_VERSION_UNKNOWN: Unknown PLL version
|
||||
*/
|
||||
enum dsi_pll_version {
|
||||
DSI_PLL_VERSION_4NM,
|
||||
DSI_PLL_VERSION_5NM,
|
||||
DSI_PLL_VERSION_10NM,
|
||||
DSI_PLL_VERSION_UNKNOWN
|
||||
|
Reference in New Issue
Block a user