Re: [PATCH v1 2/6] arm: dts: rockchip: rk3066a-u-boot: add gpio-ranges

2023-03-19 Thread Jonas Karlman
Hi Johan, On 2023-03-16 17:47, Johan Jonker wrote: > The gpio node names are made generic, but without > gpio bank ID. Add gpio-ranges to rk3066a-u-boot.dtsi > for now till a better method is found. > > Signed-off-by: Johan Jonker > --- > arch/arm/dts/rk3066a-u-boot.dtsi | 25

Re: [PATCH v1 2/6] arm: dts: rockchip: rk3066a-u-boot: add gpio-ranges

2023-03-18 Thread Simon Glass
On Thu, 16 Mar 2023 at 10:47, Johan Jonker wrote: > > The gpio node names are made generic, but without > gpio bank ID. Add gpio-ranges to rk3066a-u-boot.dtsi > for now till a better method is found. > > Signed-off-by: Johan Jonker > --- > arch/arm/dts/rk3066a-u-boot.dtsi | 25

[PATCH v1 2/6] arm: dts: rockchip: rk3066a-u-boot: add gpio-ranges

2023-03-16 Thread Johan Jonker
The gpio node names are made generic, but without gpio bank ID. Add gpio-ranges to rk3066a-u-boot.dtsi for now till a better method is found. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3066a-u-boot.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git