Re: [PATCH v4 2/4] arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel
From: Dmitry Baryshkov
Date: Tue Sep 22 2026 - 12:16:51 EST
On Wed, Sep 16, 2026 at 02:41:19PM +0530, Nabige Aala wrote:
> From: Arpit Saini <arpit.saini@xxxxxxxxxxxxxxxx>
>
> Enable the Shikra MDSS display subsystem on the Qualcomm Shikra CQS EVK
> board and add the DLC0697 MIPI DSI display panel node.
>
> Signed-off-by: Arpit Saini <arpit.saini@xxxxxxxxxxxxxxxx>
> Signed-off-by: Nabige Aala <nabige.aala@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 118 ++++++++++++++++++++++++++++
> 1 file changed, 118 insertions(+)
>
> +
> +&mdss_dsi0 {
> + vdda-supply = <&pm4125_l5>;
> +
> + status = "okay";
> +
> + panel@0 {
> + compatible = "dlc,dlc0697", "ilitek,ili7807s";
> + reg = <0>;
> +
> + reset-gpios = <&tlmm 3 GPIO_ACTIVE_LOW>;
> +
> + vddi-supply = <&pm4125_l15>;
> + avdd-supply = <&vreg_disp_p>;
> + avee-supply = <&vreg_disp_n>;
> +
> + pinctrl-0 = <&panel_rst_n &panel_te_pin &panel_bl_en>;
> + pinctrl-1 = <&panel_rst_n_suspend &panel_bl_en_suspend>;
Same question, panel_bl_en should be a regulator.
> + pinctrl-names = "default", "sleep";
> +
>
--
With best wishes
Dmitry