Re: [PATCH v6 08/12] arm64: dts: qcom: sdm845-starqltechn: add display PMIC

From: Konrad Dybcio
Date: Mon Nov 04 2024 - 09:15:27 EST


On 8.10.2024 6:51 PM, Dzmitry Sankouski wrote:
> Add support for s2dos05 display / touchscreen PMIC
>
> Signed-off-by: Dzmitry Sankouski <dsankouski@xxxxxxxxx>
> ---
> Changes in v6:
> - refactor: s/starqltechn/sdm845-starqltechn in subject
> - refactor: 'i' < 'm', so put tlmm i2c node before motor*

Now you have 'i'2c21 before 'g'pio-regulator :/

>
> Changes in v5:
> - simplify regulator names
> - remove single buck index
> ---

[...]

>
> + i2c21 {
> + compatible = "i2c-gpio";

I'm not sure this has been asked before - is the GENI SE for I2C21
disabled? Or are there reasons to use i2c-gpio instead?

Konrad