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

2023-11-09 Thread Stephan Gerhold
On Wed, Nov 08, 2023 at 04:20:55PM +, 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 > --- > drivers/gpio/qcom_pmic_gpio.c | 26

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

2023-11-08 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 --- drivers/gpio/qcom_pmic_gpio.c | 26 ++ 1 file changed, 26 insertions(+) diff --git