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

Commit fa9dae67 authored by Rahul Sharma's avatar Rahul Sharma Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable RSCC on sa6155



Change disables the rscc block.
  1. Removes the rscc from connector list.
  2. Set status of sde_rsc DT node as disabled.
  3. Adds the gdsc regulator source for mdss_mdp.

Change-Id: Ieb0a491f807eba887ca83ffefeb5e042fddd0354
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent 4c1a47c4
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -333,10 +333,28 @@
};

&mdss_mdp {
	sde-vdd-supply = <&mdss_core_gdsc>;
	qcom,sde-reg-dma-version = <0>;
	qcom,sde-crtc-num-pref = <5>;
	connectors = <&sde_rscc &dsi_dp1 &sde_wb &sde_dp
	connectors = <&dsi_dp1 &sde_wb &sde_dp
			&sde_sh0 &sde_sh1 &sde_sh2 &sde_shp
			&sde_card1 &sde_card2 &sde_card3>;
	qcom,platform-supply-entries {
		#address-cells = <1>;
		#size-cells = <0>;

		qcom,platform-supply-entry@0 {
			reg = <0>;
			qcom,supply-name = "sde-vdd";
			qcom,supply-min-voltage = <0>;
			qcom,supply-max-voltage = <0>;
			qcom,supply-enable-load = <0>;
			qcom,supply-disable-load = <0>;
		};
	};
};

&sde_rscc {
	status="disabled";
};