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

Commit 3394f7cc authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

ARM: dts: msm: Add clock information for serial node in msm8937



Add clock information for serial nodes in msm8937.

Change-Id: Ia5f93876a75546ec5ab9380c92d63ee41d46b6c8
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent 98cddae6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,4 +13,6 @@

&blsp1_uart2 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};
+3 −0
Original line number Diff line number Diff line
@@ -426,6 +426,9 @@
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78b0000 0x200>;
		interrupts = <0 108 0>;
		clocks = <&clock_gcc clk_gcc_blsp1_uart2_apps_clk>,
		<&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core", "iface";
		status = "disabled";
	};