Re: [PATCH 5/5] arm64: dts: qcom: Shikra LT9611UXD support
From: Konrad Dybcio
Date: Mon Jun 29 2026 - 05:04:42 EST
On 6/27/26 12:01 PM, Nabige Aala wrote:
> From: Mohit Dsor <mohit.dsor@xxxxxxxxxxxxxxxx>
>
> Device tree changes to support lt9611uxd hdmi-dsi driver.
>
> Signed-off-by: Mohit Dsor <mohit.dsor@xxxxxxxxxxxxxxxx>
> ---
[...]
> + pinctrl-names = "default";
> + pinctrl-0 = <<9611_irq_pin <9611_rst_pin>;
property-n
property-names
in this order, file-wide, please
[...]
> +&mdss_dsi0 {
> + vdda-supply = <&pm8150_l11>;
> + status = "okay";
Let's keep a \n before 'status' uniformly as well
> +
> +};
Stray \n above.
[...]
> +&tlmm {
> + lt9611_irq_pin: lt9611-irq-state {
> + pins = "gpio85";
> + function = "gpio";
> + drive-strength = <2>;
> + bias-pull-up;
> + };
> +
> + lt9611_rst_pin: lt9611-rst-state {
> + pins = "gpio76";
> + function = "gpio";
> + drive-strength = <8>;
> + output-high;
The driver already takes care of de/asserting this pin
Konrad