disp: msm: dsi: add new compatible strings for DSI PHY and controller
Change adds the new compatible version strings for DSI PHY and DSI CTRL for waipio. Change-Id: I1073034e608cace9d41cc04a9854f15f56828dfe Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _DSI_CTRL_HW_H_
|
||||
@@ -38,6 +38,7 @@
|
||||
* @DSI_CTRL_VERSION_2_3: DSI host v2.3 controller
|
||||
* @DSI_CTRL_VERSION_2_4: DSI host v2.4 controller
|
||||
* @DSI_CTRL_VERSION_2_5: DSI host v2.5 controller
|
||||
* @DSI_CTRL_VERSION_2_6: DSI host v2.6 controller
|
||||
* @DSI_CTRL_VERSION_MAX: max version
|
||||
*/
|
||||
enum dsi_ctrl_version {
|
||||
@@ -49,6 +50,7 @@ enum dsi_ctrl_version {
|
||||
DSI_CTRL_VERSION_2_3,
|
||||
DSI_CTRL_VERSION_2_4,
|
||||
DSI_CTRL_VERSION_2_5,
|
||||
DSI_CTRL_VERSION_2_6,
|
||||
DSI_CTRL_VERSION_MAX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user