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

Commit af551eb2 authored by Lijuan Gao's avatar Lijuan Gao
Browse files

ARM: dts: msm: Add clock support for uart driver

Clock is available, so add the clock support for sdx12 uart driver.

Change-Id: I7ed108a50075f24b647bf489e745b4076179a1bb
parent 6fb90973
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -318,7 +318,8 @@
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78af000 0x200>;
		interrupts = <0 107 0>;
		/*TODO: Fix the clock when tree is available*/
		clocks = <&gcc GCC_BLSP1_UART1_APPS_CLK>,
			 <&gcc  GCC_BLSP1_AHB_CLK>;
		clock-names = "core", "iface";
		status = "disabled";
	};
@@ -327,7 +328,8 @@
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78b0000 0x200>;
		interrupts = <0 108 0>;
		/*TODO: Fix the clock when tree is available*/
		clocks = <&gcc  GCC_BLSP1_UART2_APPS_CLK>,
			 <&gcc  GCC_BLSP1_AHB_CLK>;
		clock-names = "core", "iface";
		status = "disabled";
	};
@@ -336,7 +338,8 @@
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78b1000 0x200>;
		interrupts = <0 109 0>;
		/*TODO: Fix the clock when tree is available*/
		clocks = <&gcc  GCC_BLSP1_UART3_APPS_CLK>,
			 <&gcc  GCC_BLSP1_AHB_CLK>;
		clock-names = "core", "iface";
		status = "disabled";
	};