arm: dts: rockchip: rk3188-u-boot: add gpio-ranges

The gpio node names are made generic, but without
gpio bank ID. Add gpio-ranges to rk3188-u-boot.dtsi
for now till a better method is found.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Johan Jonker
2023-04-21 15:16:01 +08:00
committed by Kever Yang
parent fed814c088
commit e16be4dd8b
+13
View File
@@ -12,6 +12,19 @@
&gpio0 {
compatible = "rockchip,gpio-bank";
gpio-ranges = <&pinctrl 0 0 32>;
};
&gpio1 {
gpio-ranges = <&pinctrl 0 32 32>;
};
&gpio2 {
gpio-ranges = <&pinctrl 0 64 32>;
};
&gpio3 {
gpio-ranges = <&pinctrl 0 96 32>;
};
&pmu {