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

Commit 892d6733 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross
Browse files

ARM: dts: apq8064: add missing gsbi7 uart pinctrl



This patch adds missing gsbi7 uart pinctrl, this is the default debug
uart on most boards.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 7648c7bf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -140,6 +140,20 @@
					function = "gsbi6";
				};
			};

			gsbi7_uart_2pins: gsbi7_uart_2pins {
				mux {
					pins = "gpio82", "gpio83";
					function = "gsbi7";
				};
			};

			gsbi7_uart_4pins: gsbi7_uart_4pins {
				mux {
					pins = "gpio82", "gpio83", "gpio84", "gpio85";
					function = "gsbi7";
				};
			};
		};

		intc: interrupt-controller@2000000 {