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

Commit f9b54e31 authored by Manoj Rao's avatar Manoj Rao
Browse files

ARM: dts: msm: add bus scale table in dt for samarium



Add bus scale table in dt for msm samarium.
This includes info such as the number of usecases,
number of paths and bus bandwidths associated with
the various MDP usecases.

Signed-off-by: default avatarManoj Rao <manojraj@codeaurora.org>
Change-Id: Idfa390c2618ad907b3d6534d0fabd3af731f8e75
parent 74f7efd5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,15 @@
		interrupts = <0 72 0>;
		vdd-supply = <&gdsc_mdss>;

		/* Bus Scale Settings */
		qcom,msm-bus,name = "mdss_mdp";
		qcom,msm-bus,num-cases = <3>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
			<22 512 0 0>,
			<22 512 0 6400000>,
			<22 512 0 6400000>;

		qcom,max-clk-rate = <320000000>;
		qcom,mdss-pipe-vig-off = <0x00001200 0x00001600>;
		qcom,mdss-pipe-rgb-off = <0x00001E00 0x00002200>;