Commit 467b43a9 authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

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



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

Fixes: 0d3d96ab ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 39319cac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -298,6 +298,7 @@ gpio0: gpio@18100 {
				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 @@ gpio1: gpio@18140 {
				reg-names = "gpio", "pwm";
				ngpios = <28>;
				gpio-controller;
				gpio-ranges = <&pinctrl 0 32 28>;
				#gpio-cells = <2>;
				#pwm-cells = <2>;
				interrupt-controller;