Re: [PATCH 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree Initial support for Xiaomi Pad 6 tablet, that have sm8250 soc.

From: Konrad Dybcio
Date: Sat Oct 21 2023 - 13:07:04 EST




On 10/21/23 18:46, luka177 wrote:
Signed-off-by: luka177 <lukapanio@xxxxxxxxx>
---
[...]

+ /*
+ * Remaining regulators that are not yet supported:
+ * OLEDB: 4925000-8100000
+ * ab: 4600000-6100000
+ * ibb: 800000-5400000
+ */
These are actually configured by XBL and they directly talk
to the display panel over some magic 1wire-like protocol, you
can probably drop this.

+&tlmm {
+ gpio-reserved-ranges = <40 4>;
Would that be the fp reader?
Any chance you can leave a comment?

Otherwise this looks very nice!

Konrad