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

Commit b65909d1 authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

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



Enable serial console support.

Change-Id: I38e34d33124746e4652c891e4a06344e5a2745a8
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent b8900bc7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -318,11 +318,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 {