Re: [PATCH v2 2/2] ARM: dts: qcom: msm8926-motorola-peregrine: Add initial device tree

From: Konrad Dybcio
Date: Thu Dec 14 2023 - 18:37:54 EST




On 12/14/23 21:59, André Apitzsch wrote:
This dts adds support for Motorola Moto G 4G released in 2013.

Add a device tree with initial support for:

- GPIO keys
- Hall sensor
- SDHCI
- Vibrator

Signed-off-by: André Apitzsch <git@xxxxxxxxxxx>
---
Excellent, thanks!

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

[...]

+ pm8226_lvs1: lvs1 {
+ /* Pull-up for I2C lines */
+ regulator-always-on;
+ };
just one q: is this intended to stay a-on, or will it be bound
to some i2c host (presumably camera)?

Konrad