Re: [PATCH] arm64: dts: qcom: sm8250-xiaomi-elish: Remove camera_front_active pinctrl
From: Konrad Dybcio
Date: Fri Jul 10 2026 - 04:53:22 EST
On 7/10/26 8:22 AM, Xin Xu wrote:
> Remove the redundant camera_front_active pinctrl node, as its GPIO 109
> configuration duplicates the reset-gpios property.
>
> Signed-off-by: Xin Xu <xxsemail@xxxxxx>
> ---
The reset-gpios property lets the kernel consume it as a GPIO.
The pinctrl state ensures the correct pinmux/pinconf properties
are applied.
Konrad