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

Commit e46e24e3 authored by Sudharsan Reddy Yettapu's avatar Sudharsan Reddy Yettapu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom:Update uart device tree for mdm9607



Updated UART device tree compatible model for mdm9607.

Change-Id: I432dc35b54618fa97121e6a86c3bf4aad2dca2f6
Signed-off-by: default avatarSuresh Kumar Allam <allamsuresh@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent 6e79d4a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -376,12 +376,12 @@
	};

	blsp1_uart5: serial@78b3000 { /* BLSP1 UART5 */
		compatible = "qcom,msm-lsuart-v14";
		compatible = "qcom,msm-uartdm-v1.4","qcom,msm-uartdm";
		reg = <0x78b3000 0x200>;
		interrupts = <0 121 0>;
		clocks = <&clock_gcc clk_gcc_blsp1_uart5_apps_clk>,
			 <&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
		clock-names = "core", "iface";
		status = "disabled";
	};