This change adds cesta to connectors list on MTP Harmonium, CDP and QRD platforms. Change-Id: I5a4bc421daf5a70ec0b67661d826c6adf5c31a80 Signed-off-by: Sampurna Bolloju <quic_sampboll@quicinc.com> Signed-off-by: lnxdisplay <lnxdisplay@localhost>
16 lines
314 B
Plaintext
16 lines
314 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
|
|
&sde_cesta>;
|
|
};
|