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>
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
Qualcomm Technologies, Inc. Snapdragon Display Engine (SDE) writeback display
|
|
|
|
Required properties:
|
|
- compatible: "qcom,wb-display"
|
|
|
|
Optional properties:
|
|
- cell-index: Index of writeback device instance.
|
|
Default to 0 if not specified.
|
|
- label: String to describe this writeback display.
|
|
Default to "unknown" if not specified.
|
|
|
|
Example:
|
|
|
|
/ {
|
|
...
|
|
|
|
sde_wb: qcom,wb-display {
|
|
compatible = "qcom,wb-display";
|
|
cell-index = <2>;
|
|
label = "wb_display";
|
|
};
|
|
|
|
};
|