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

Commit 47899a78 authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Update RSC nodes for sm8150

Add disp_rsc node, Correct number of TCSes in apps_rsc and Add
system_pm as child of apps_rsc.

Change-Id: I15498c2188c63df3b5178346010533c00ec94bfc
parent 7d7011ca
Loading
Loading
Loading
Loading
+22 −3
Original line number Diff line number Diff line
@@ -674,9 +674,9 @@
		qcom,tcs-offset = <0xd00>;
		qcom,drv-id = <2>;
		qcom,tcs-config = <ACTIVE_TCS  2>,
				  <SLEEP_TCS   1>,
				  <WAKE_TCS    1>,
				  <CONTROL_TCS 0>;
				  <SLEEP_TCS   3>,
				  <WAKE_TCS    3>,
				  <CONTROL_TCS 1>;

		rpmhcc: clock-controller {
			compatible = "qcom,sm8150-rpmh-clk";
@@ -685,6 +685,25 @@
			clocks = <&xo_board>;
			status = "okay";
		};

		system_pm {
			compatible = "qcom,system-pm";
		};
	};

	disp_rsc: rsc@af20000 {
		label = "disp_rsc";
		compatible = "qcom,rpmh-rsc";
		reg = <0xaf20000 0x10000>;
		reg-names = "drv-0";
		interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
		qcom,tcs-offset = <0x1c00>;
		qcom,drv-id = <0>;
		qcom,tcs-config = <SLEEP_TCS   1>,
				  <WAKE_TCS    1>,
				  <ACTIVE_TCS  2>,
				  <CONTROL_TCS 0>;

	};

	gcc: clock-controller@100000 {