Add device tree files required for DPU driver on sun target. Move bindings for all mdp, dsi, panels, hdcp to opensource project. Change-Id: I1c6575313e33c5727f48ce94fe8b51cd9c62995d Signed-off-by: Varsha Suresh <quic_varssure@quicinc.com> Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
27 lines
502 B
Plaintext
27 lines
502 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-sde.dtsi"
|
|
#include <dt-bindings/clock/qcom,dispcc-sun.h>
|
|
|
|
&soc {
|
|
sde_wb1: qcom,wb-display@1 {
|
|
compatible = "qcom,wb-display";
|
|
cell-index = <0>;
|
|
label = "wb_display1";
|
|
};
|
|
|
|
sde_wb2: qcom,wb-display@2 {
|
|
compatible = "qcom,wb-display";
|
|
cell-index = <1>;
|
|
label = "wb_display2";
|
|
};
|
|
};
|
|
|
|
&mdss_mdp {
|
|
connectors = <&smmu_sde_unsec &sde_wb1 &sde_wb2>;
|
|
};
|
|
|