Re: [PATCH v5 2/2] arm64: dts: qcom: Add Xiaomi 12 Lite 5G (taoyao) DTS
From: Konrad Dybcio
Date: Fri Apr 24 2026 - 07:49:14 EST
On 4/17/26 10:47 AM, 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>
> ---
[...]
> + hst_bt_en: hst-bt-en-state {
> + pins = "gpio85";
> + function = "gpio";
> + output-low;
You shouldn't need this property, since the driver will control the
pin
Konrad