Re: [PATCH v2] arm64: dts: qcom: sm8650-ayaneo-pocket-s2: add display nodes
From: Konrad Dybcio
Date: Wed Jun 17 2026 - 08:37:17 EST
On 5/22/26 3:15 PM, Neil Armstrong wrote:
> From: KancyJoe <kancy2333@xxxxxxxxxxx>
>
> Add nodes for the dual DSI panel, the SGM3804 regulator, the
> SY7758 backlight controller, the touch controller, and enable
> the GPU to enable full display support.
>
> Signed-off-by: KancyJoe <kancy2333@xxxxxxxxxxx>
> Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> ---
[...]
> + /* Backlight */
> + sy7758_backlight: sy7758@2e {
If it's the only one, 'backlight:' is good for the label. The node name
must definitely be backlight@, as those are supposed to be generic
> + compatible = "silergy,sy7758";
> + reg = <0x2e>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&sy7758_default>;
Please use this order, everywhere:
property-n
property-names
otherwise:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad