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

Commit 0f4d7a28 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Add blsp1_uart3 pinctrl entries on fsm9010



UART3 will be used as a console in FSM9010 targets.

Change-Id: I858a9503fb6197aab24395459d7e12b751317e64
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent 500da96a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -32,6 +32,17 @@
			};
		};

		blsp1_uart3_active {
		qcom,pins = <&gp 10>, <&gp 11>;
			qcom,num-grp-pins = <2>;
			qcom,pin-func = <1>;
			label = "blsp1_uart3_active";
			hsuart3_active: hsuart3_active {
				drive-strength = <8>; /* 8MA */
				bias-disable; /* No PULL */
			};
		};

		pcie0_clkreq {
			qcom,pins = <&gp 88>;
			qcom,num-grp-pins = <1>;
+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@
		clocks = <&clock_gcc clk_gcc_blsp1_uart3_apps_clk>,
		<&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
		pinctrl-names = "default";
		pinctrl-0 = <&hsuart3_active>;
		status = "disabled";
		interrupts = <0 96 0>;
	};