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

Commit 8ca25b95 authored by Vicky Wallace's avatar Vicky Wallace Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add clock properties for sdxpoorwills



Add device specific properties for GCC and GDSC.

Change-Id: Iadf87d6fbe60f3c78d086d30d08b19f382d1c795
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent bf8b2064
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -151,8 +151,11 @@
	};

	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
		compatible = "qcom,gcc-sdxpoorwills";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pmxpoorwills_s5_level>;
		vdd_cx_ao-supply = <&pmxpoorwills_s5_level_ao>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -183,7 +186,6 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_usb30";
		reg = <0x0010b004 0x4>;
		status = "ok";
	};

	qcom,sps {
@@ -195,7 +197,12 @@
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_pcie";
		reg = <0x00137004 0x4>;
		status = "ok";
	};

	gdsc_emac: qcom,gdsc@147004 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_emac";
		reg = <0x00147004 0x4>;
	};

	qnand_1: nand@1b00000 {