Merge commit '820ccdbe30d53ab346f673ac366b7fc494606b0f' into display-kernel.lnx.11.0.r1-rel

Change-Id: Ia8874cb77378d34e9f0cc976c8f8bac177c5d18e
This commit is contained in:
V S Ganga VaraPrasad (VARA) Adabala
2025-02-14 15:01:52 +05:30
10 changed files with 95 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "trustedvm-kera-sde-display.dtsi"
@@ -196,3 +196,18 @@
&sde_dsi {
qcom,dsi-default-panel = <&dsi_vtdr6130_amoled_cmd>;
};
&qupv3_se8_spi {
goodix-berlin@0 {
panel = <&dsi_vtdr6130_amoled_cmd
&dsi_vtdr6130_amoled_video
&dsi_vtdr6130_amoled_120hz_cmd
&dsi_vtdr6130_amoled_120hz_video
&dsi_vtdr6130_amoled_90hz_cmd
&dsi_vtdr6130_amoled_90hz_video
&dsi_vtdr6130_amoled_60hz_cmd
&dsi_vtdr6130_amoled_60hz_video
&dsi_vtdr6130_amoled_qsync_144hz_cmd
&dsi_vtdr6130_amoled_qsync_144hz_video>;
};
};