
Hi Simon,
On 06/12/2023 03:54, Simon Glass wrote:
Hi Caleb,
On Tue, 5 Dec 2023 at 06:48, Caleb Connolly caleb.connolly@linaro.org wrote:
Use the upstream gpio-ranges property instead of gpio-count, and drop the bank-name property for Qualcomm boards.
Reviewed-by: Neil Armstrong neil.armstrong@linaro.org Reviewed-by: Sumit Garg sumit.garg@linaro.org Tested-by: Sumit Garg sumit.garg@linaro.org Signed-off-by: Caleb Connolly caleb.connolly@linaro.org
arch/arm/dts/dragonboard410c.dts | 3 +-- arch/arm/dts/dragonboard820c.dts | 3 +-- arch/arm/dts/qcs404-evb.dts | 3 +-- arch/arm/dts/sdm845.dtsi | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-)
What is the replacement for the GPIO bank name?
The bank name is hardcoded to "pmic". In previous revisions of this patch I tried to keep the specific PMIC model, but after some discussion we decided that there was no benefit to this over just "pmic".
Regards, Simon