ARM: dts: armada-38x: Add gpio-ranges for pin muxing

GPIOs are configured by pinmux driver, so add corresponding references.

Fixes: 0d3d96ab00 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Pali Rohár 2022-07-27 15:16:19 +02:00 committed by Gregory CLEMENT
parent 39319cac50
commit 467b43a944
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,7 @@
reg-names = "gpio", "pwm";
ngpios = <32>;
gpio-controller;
gpio-ranges = <&pinctrl 0 0 32>;
#gpio-cells = <2>;
#pwm-cells = <2>;
interrupt-controller;
@ -316,6 +317,7 @@
reg-names = "gpio", "pwm";
ngpios = <28>;
gpio-controller;
gpio-ranges = <&pinctrl 0 32 28>;
#gpio-cells = <2>;
#pwm-cells = <2>;
interrupt-controller;