Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c915bedf authored by Barry Song's avatar Barry Song Committed by Barry Song
Browse files

ARM: CSR: extend the compatibility of gpio controller to pinmux in dts



gpio controller handles the switch of gpio and pinmux. And drivers/pinctrl/pinmux-sirf.c
will contain both gpio and pinmux.

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 073adf4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@
			gpio: gpio-controller@b0120000 {
				#gpio-cells = <2>;
				#interrupt-cells = <2>;
				compatible = "sirf,prima2-gpio";
				compatible = "sirf,prima2-gpio-pinmux";
				reg = <0xb0120000 0x10000>;
				gpio-controller;
				interrupt-controller;