Re: [PATCH v2 2/2] arm64: dts: qcom: Add Xiaomi 11 Lite 5G NE

From: Konrad Dybcio

Date: Fri Jul 17 2026 - 07:40:50 EST


On 7/14/26 2:58 PM, Oleksii Onchul wrote:
> Add initial support for the Xiaomi 11 Lite 5G NE, codenamed lisa.
>
> The supported hardware includes regulators, UFS, USB, GPU, remote
> processors, Wi-Fi, Bluetooth, touchscreen, flash LED, thermal sensors
> and the hardware buttons.
>
> Signed-off-by: Oleksii Onchul <oleksiionchul@xxxxxxxxx>
> ---

[...]

> +&i2c1 {
> + clock-frequency = <100000>;
> + status = "okay";

nit: let's keep a \n before 'status', file-wide

[...]


> +&spi13 {
> + status = "okay";
> +
> + touchscreen@0 {
> + compatible = "goodix,gt9897";
> + reg = <0>;
> + spi-max-frequency = <6000000>;
> +
> + interrupt-parent = <&tlmm>;
> + interrupts = <81 IRQ_TYPE_LEVEL_LOW>;

interrupts-extended = <&tlmm 81 IRQ..

With that:

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad