On 9/17/25 3:09 AM, Paul Sajna wrote:
> And supporting msm drm nodes, including backlight
>
> Signed-off-by: Paul Sajna <[email protected]>
> Co-developed-by: Amir Dahan <[email protected]>
> Signed-off-by: Amir Dahan <[email protected]>
> ---
[...]
> + display_panel: panel@0 {
> + reg = <0>;
> + compatible = "lg,sw49410";
> +
> + backlight = <&pmi8998_wled>;
> + reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
> +
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&sde_dsi_active &sde_te_active>;
> + pinctrl-1 = <&sde_dsi_sleep &sde_te_sleep>;
pinctrl-n
pinctrl-names
is preferred
[...]
> + sde_te_active: sde-te-active-state {
> + pins = "gpio10";
> + function = "mdp_vsync";
> + drive-strength = <2>;
> + bias-disable;
The vendor kernel (for Sony phones at least) does pull-down on both
active and sleep, making them the same
Konrad
> + };
> +
> + sde_te_sleep: sde-te-sleep-state {
> + pins = "gpio10";
> + function = "mdp_vsync";
> + drive-strength = <2>;
> + bias-pull-down;
> + };
> };
>
> &uart6 {
>