[PATCH v2 0/2] arm64: dts: qcom: Add eDP display overlays for hamoa and purwa IoT EVKs
Anand Tiwari <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Both Hamoa and Purwa IoT EVKs are available in headed and headless variants. The headed variants use an eDP display panel connected via the DP3 controller, while the headless variants do not include a display. The existing DT is causing the eDP-panel driver to probe an unavailable panel, resulting in AUX probe timeouts and missing display modes. Userspace then attempts display commits through the eDP connector, causing repeated DPU vblank, frame-done, and IRQ timeout errors. Move the eDP-specific nodes out of the base DTS files into separate DTBO overlays for each board. This allows the base DTBs to be used as-is for headless variants, while the composite DTBs enable eDP support on headed variants. - Link to v1: https://patch.msgid.link/[email protected] To: Bjorn Andersson <[email protected]> To: Konrad Dybcio <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Anand Tiwari <[email protected]> --- Anand Tiwari (2): arm64: dts: qcom: hamoa-iot-evk: Add eDP display overlay arm64: dts: qcom: purwa-iot-evk: Add eDP display overlay arch/arm64/boot/dts/qcom/Makefile | 6 ++ arch/arm64/boot/dts/qcom/hamoa-iot-evk-edp.dtso | 124 ++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts | 107 -------------------- arch/arm64/boot/dts/qcom/purwa-iot-evk-edp.dtso | 124 ++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/purwa-iot-evk.dts | 107 -------------------- 5 files changed, 254 insertions(+), 214 deletions(-) --- base-commit: 56d828d0b65fb3451a23b5aee961531add7cf0fc change-id: 20260804-edp_overlay_for-next-694510b7de51 Best regards, -- Anand Tiwari <[email protected]>