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

Commit d0a8404e authored by Dhaval Patel's avatar Dhaval Patel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add display rsc support for sdm845



Add display rsc support for sdm845 target

Change-Id: I0e2be9ebf0ee1d784263c58988cfa343d44881f5
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 82c8dbcc
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@
		#interrupt-cells = <1>;
		iommus = <&apps_smmu 0x880>;

		#address-cells = <1>;
		#size-cells = <0>;

		/* hw blocks */
		qcom,sde-off = <0x1000>;
		qcom,sde-len = <0x45C>;
@@ -162,4 +165,30 @@
				<1 590 0 300000>;
		};
	};

	sde_rscc: qcom,sde_rscc@af20000 {
		status = "disabled";
		cell-index = <0>;
		compatible = "qcom,sde-rsc";
		reg = <0xaf20000 0x1c44>,
			<0xaf30000 0x3fd4>;
		reg-names = "drv", "wrapper";
		qcom,sde-rsc-version = <1>;

		vdd-supply = <&mdss_core_gdsc>;
		qcom,sde-dram-channels = <2>;

		/* data and reg bus scale settings */
		qcom,sde-data-bus {
			qcom,msm-bus,name = "disp_rsc";
			qcom,msm-bus,active-only;
			qcom,msm-bus,num-cases = <3>;
			qcom,msm-bus,num-paths = <2>;
			qcom,msm-bus,vectors-KBps =
			    <20003 20512 0 0>, <20004 20512 0 0>,
			    <20003 20512 0 6400000>, <20004 20512 0 6400000>,
			    <20003 20512 0 6400000>, <20004 20512 0 6400000>;
		};

	};
};