On 3/27/26 3:30 PM, 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]>
> ---
[...]
> &rpm_requests {
> regulators {
> compatible = "qcom,rpm-pm8953-regulators";
> @@ -244,6 +310,13 @@ gpio_key_default: gpio-key-default-state {
> drive-strength = <2>;
> bias-pull-up;
> };
> +
> + panel_default: panel-default-state {
> + pins = "gpio61";
> + function = "gpio";
> + drive-strength = <8>;
> + bias-disable;
> + };
Nit: ideally the pin entries would be ordered by the GPIO index,
via:
https://docs.kernel.org/devicetree/bindings/dts-coding-style.html#order-of-nodes
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad