Enable DP support for MTP Harmonium, QRD, and CDP platforms for Tuna. Change-Id: I1cf8ff5a64f2d71df8e3247679ed03625aedee44 Signed-off-by: Mani Chandana Ballary Kuntumalla <quic_mkuntuma@quicinc.com> Signed-off-by: Ritesh Kumar <quic_riteshk@quicinc.com>
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-sde-display-mtp.dtsi"
|
|
|
|
&sde_dp {
|
|
status = "ok";
|
|
};
|
|
|
|
&mdss_mdp {
|
|
connectors = <&sde_dsi &sde_dsi1 &smmu_sde_unsec &smmu_sde_sec &sde_wb1 &sde_wb2 &sde_dp>;
|
|
};
|