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

Commit e9f04b9a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add debug UART support for msmtellurium"

parents 9282fe2a 6a53dd91
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,3 +26,9 @@
		clock-frequency = <10000000>;
	};
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+6 −0
Original line number Diff line number Diff line
@@ -20,3 +20,9 @@
	compatible = "qcom,msmtellurium-sim", "qcom,msmtellurium", "qcom,sim";
	qcom,board-id= <16 0>;
};

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};
+10 −0
Original line number Diff line number Diff line
@@ -389,4 +389,14 @@
			qcom,smdpkt-dev-name = "smd_pkt_loopback";
		};
	};

	blsp1_uart2: serial@78b0000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0x78b0000 0x200>;
		interrupts = <0 108 0>;
		status = "disabled";
		clocks = <&clock_gcc clk_gcc_blsp1_uart2_apps_clk>,
		<&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
	};
};