On Sun, Mar 08, 2026 at 04:52:43PM +0100, Cristian Cozzolino via B4 Relay wrote:
> From: Cristian Cozzolino <[email protected]>
>
> Add the description for the display panel found on this phone.
> And with this done we can also enable the GPU and set the zap shader
> firmware path.
>
> Signed-off-by: Cristian Cozzolino <[email protected]>
> ---
> .../arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 80
> ++++++++++++++++++++++
> 1 file changed, 80 insertions(+)
>
> +
> +&mdss_dsi0 {
> + vdda-supply = <&pm8953_s3>;
> + vddio-supply = <&pm8953_l6>;
> +
> + pinctrl-0 = <&mdss_default>;
> + pinctrl-1 = <&mdss_sleep>;
> + pinctrl-names = "default", "sleep";
It might be better to move pinctrl nodes to the panel device, because
they control the panel reset pin (rather than some kind if DSI-related
pin).
Other than that LGTM.
> +
> + status = "okay";
> +
> + panel: panel@0 {
> + compatible = "novatek,nt35532";
> + reg = <0>;
> +
> + backlight = <&pmi8950_wled>;
> + reset-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
> + vsp-supply = <&lab>;
> + vsn-supply = <&ibb>;
> +
> + port {
> + panel_in: endpoint {
> + remote-endpoint = <&mdss_dsi0_out>;
> + };
> + };
> + };
> +};
> +
--
With best wishes
Dmitry