Re: [PATCH v2 2/2] arm64: dts: qcom: Add Xiaomi 12 Lite 5G (taoyao) DTS
From: Konrad Dybcio
Date: Mon Feb 16 2026 - 07:38:35 EST
On 2/16/26 1:07 PM, Stanislav Zaikin wrote:
> Xiaomi 12 Lite 5G is a handset released in 2022
>
> This commit has the following features working:
> - Display (with simple fb)
> - Touchscreen
> - UFS
> - Power and volume buttons
> - Pinctrl
> - RPM Regulators
> - Remoteprocs - wifi, bluetooth
> - USB (Device Mode)
>
> Signed-off-by: Stanislav Zaikin <zstaseg@xxxxxxxxx>
> ---
[...]
> + framebuffer0: framebuffer@e1000000 {
> + compatible = "simple-framebuffer";
> + memory-region = <&framebuffer_reserved>;
Since this no longer has a 'reg' property, please drop the unit address
too (after '@')
Otherwise lgtm
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad