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

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

ARM: dts: msm: Disable RSCC on sa8155



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: I9567cc7104380531d94fbb5911941b282f7a81f5
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent fa9dae67
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -421,8 +421,26 @@
};

&mdss_mdp {
	sde-vdd-supply = <&mdss_core_gdsc>;
	qcom,sde-reg-dma-version = <0>;
	connectors = <&sde_rscc &dsi_dp1 &dsi_dp2 &sde_dp &sde_wb
	connectors = <&dsi_dp1 &dsi_dp2 &sde_dp &sde_wb
			&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";
};