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

Commit 48a7bc0e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add uart clocks to enable serial console for qcs405"

parents bfcceccd b65909d1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -319,11 +319,15 @@
		status = "disabled";
	};

	blsp1_uart2: serial@78b0000 {
	blsp1_uart1: serial@78b0000 {
		compatible = "qcom,msm-uartdm", "qcom,msm-uartdm-v1.4";
		reg = <0x78b0000 0x200>;
		interrupts = <0 108 0>;

		clocks = <&clock_gcc GCC_BLSP1_UART1_APPS_CLK>,
			<&clock_gcc GCC_BLSP1_AHB_CLK>;
		clock-names = "core", "iface";
		status = "okay";
	};

	dcc: dcc_v2@b2000 {