Add device tree nodes for MDSS, DPU and DSI devices on Qualcomm SM8550 platform. Enable these devices and add the DSI panel on the MTP device. Dependencies: - [1] SM8550 base DT (applied) - [2] MDSS/DPU/DSI bindings (applied) - [3] DISPCC bindings (build dependency, applied) - [4] VTDR6130 Panel bindings (applied) [1] https://lore.kernel.org/all/20230106201047.337409-1-abel.vesa@xxxxxxxxxx [2] https://lore.kernel.org/all/20230103-topic-sm8550-upstream-mdss-dsi-v3-0-660c3bcb127f@xxxxxxxxxx [3] https://lore.kernel.org/all/20230103-topic-sm8550-upstream-dispcc-v3-0-8a03d348c572@xxxxxxxxxx [4] https://lore.kernel.org/all/20230103-topic-sm8550-upstream-vtdr6130-panel-v2-0-dd6200f47a76@xxxxxxxxxx To: Andy Gross <agross@xxxxxxxxxx> To: Bjorn Andersson <andersson@xxxxxxxxxx> To: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> To: Rob Herring <robh+dt@xxxxxxxxxx> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> Cc: linux-arm-msm@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- Changes in v4: - fixed aligment in patch 1, added reviewed-by from konrad - removed superfluous status in patch 3 - Link to v3: https://lore.kernel.org/r/20230104-topic-sm8550-upstream-dts-display-v3-0-46f0d4e57752@xxxxxxxxxx Changes in v3: - rebased on https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git arm64-for-6.3 - Link to v2: https://lore.kernel.org/r/20230104-topic-sm8550-upstream-dts-display-v2-0-9fbb15263e0d@xxxxxxxxxx Changes in v2: - reshuffled properties in the order konrad shared - updated DSI PHY compatible - renamed mdss@ to display-subsystem@ - added back dispcc bindings include - added Reviewed-by on patch 2 - Link to v1: https://lore.kernel.org/r/20230104-topic-sm8550-upstream-dts-display-v1-0-aeab9751928f@xxxxxxxxxx --- Neil Armstrong (3): arm64: dts: qcom: sm8550: add display hardware devices arm64: dts: qcom: sm8550-mtp: enable display hardware arm64: dts: qcom: sm8550-mtp: add DSI panel arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 76 ++++++++ arch/arm64/boot/dts/qcom/sm8550.dtsi | 300 ++++++++++++++++++++++++++++++++ 2 files changed, 376 insertions(+) --- base-commit: c326e851eed4e3ab1cc18deffb6505ce34560ba5 change-id: 20230104-topic-sm8550-upstream-dts-display-aa22b568ea17 Best regards, -- Neil Armstrong <neil.armstrong@xxxxxxxxxx>