Re: [PATCH v3 2/4] arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel
From: Arpit Saini
Date: Wed Jul 15 2026 - 07:56:08 EST
Hi Konrad, Dmitry
On 7/13/2026 5:43 PM, Konrad Dybcio wrote:
> On 7/13/26 12:26 PM, 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>
>> ---
>
> [...]
>
>> + panel_bl_en: panel-bl-en-state {
>> + pins = "gpio91";
>> + function = "gpio";
>> + drive-strength = <2>;
>> + bias-disable;
>> + output-high;
>> + };
>> +
>> + panel_bl_en_suspend: panel-bl-en-suspend-state {
>> + pins = "gpio91";
>> + function = "gpio";
>> + drive-strength = <2>;
>> + bias-pull-down;
>> + output-low;
>> + };
>
> No change from v2. Dmitry suggested the panel driver must be updated
> to handle this.
>
Addressed here
https://lore.kernel.org/all/4efaa8d7-56c8-4581-a161-51abb319bdcf@xxxxxxxxxxxxxxxx/
Please have a look.
Thanks
Arpit
> Konrad