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

Commit be8cc119 authored by Shubhashree Dhar's avatar Shubhashree Dhar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update reg bus id and enable rotator for TRINKET target



Update reg bus id and enable rotator for trinket target.

Change-Id: I2093a13b8f220d621e7b81aad1a4b3aec2507e91
Signed-off-by: default avatarShubhashree Dhar <dhar@codeaurora.org>
parent 5c0b1a86
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -236,18 +236,19 @@
			qcom,msm-bus,num-cases = <4>;
			qcom,msm-bus,num-paths = <1>;
			qcom,msm-bus,vectors-KBps =
				<1 590 0 0>,
				<1 590 0 76800>,
				<1 590 0 150000>,
				<1 590 0 300000>;
				<1 700 0 0>,
				<1 700 0 76800>,
				<1 700 0 150000>,
				<1 700 0 300000>;
		};
	};

	mdss_rotator: qcom,mdss_rotator@5e00000 {
		compatible = "qcom,sde_rotator";
		reg = <0x5e00000 0xac000>;
		reg-names = "mdp_phys";
		status = "disabled";
		reg = <0x5e00000 0xac000>,
		      <0x5eb0000 0x2008>;
		reg-names = "mdp_phys",
			    "rot_vbif_phys";

		#list-cells = <1>;

@@ -295,8 +296,8 @@
			qcom,msm-bus,num-cases = <2>;
			qcom,msm-bus,num-paths = <1>;
			qcom,msm-bus,vectors-KBps =
				<1 590 0 0>,
				<1 590 0 76800>;
				<1 700 0 0>,
				<1 700 0 76800>;
		};

		smmu_rot_unsec: qcom,smmu_rot_unsec_cb {