Add additional device trees and msm-IDs to support an additional package ID. Also update board id for QMP1000 V6 variant on MTP for sun target. Change-Id: Ic6287bc0052cb44321674e16c74631c8a75f2aef Signed-off-by: Jayasri Sampath Kumaran <quic_jsampath@quicinc.com>
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-sde-display.dtsi"
|
|
|
|
&dsi_sim_vid {
|
|
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_sim>;
|
|
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
|
|
};
|
|
|
|
&sde_dsi {
|
|
qcom,dsi-default-panel = <&dsi_sim_vid>;
|
|
};
|