Re: [PATCH v3 3/5] gpio: qcom_pmic: fix support for upstream DT

2023-11-16 Thread Sumit Garg
On Tue, 14 Nov 2023 at 19:18, Caleb Connolly wrote: > > Linux devicetrees use the "gpio-ranges" property, add support for > parsing it instead of "gpio-count" so that upstream DTs can be used with > U-Boot. > > Signed-off-by: Caleb Connolly > --- > arch/arm/dts/dragonboard410c.dts | 3 +-- > ar

[PATCH v3 3/5] gpio: qcom_pmic: fix support for upstream DT

2023-11-14 Thread Caleb Connolly
Linux devicetrees use the "gpio-ranges" property, add support for parsing it instead of "gpio-count" so that upstream DTs can be used with U-Boot. Signed-off-by: Caleb Connolly --- arch/arm/dts/dragonboard410c.dts | 3 +-- arch/arm/dts/dragonboard820c.dts | 3 +-- arch/arm/dts/qcs404-evb.dts