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

Commit 6c1a48bd authored by zhaochen's avatar zhaochen
Browse files

ARM: dts: msm: disable i2c_2 and smp2p in qcs404 RB1



disable i2c_2 and smp2p so that avoid error log.

Change-Id: I3b15fd732d93033df37b9b4250e37b4d4b88bce1
Signed-off-by: default avatarzhaochen <zhaochen@codeaurora.org>
parent 91aa9b06
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "ok";
};

&i2c_2 {
	status = "disabled";
};

&smp2p_sleepstate {
	status = "disabled";
};

&smb1351_otg_supply {
	status = "disabled";
};
+8 −0
Original line number Diff line number Diff line
@@ -27,6 +27,14 @@
	status = "ok";
};

&i2c_2 {
	status = "disabled";
};

&smp2p_sleepstate {
	status = "disabled";
};

&smb1351_otg_supply {
	status = "disabled";
};
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@
		memory-region = <&adsp_mem>;
	};

	qcom,smp2p_sleepstate {
	smp2p_sleepstate: qcom,smp2p_sleepstate {
		compatible = "qcom,smp2p-sleepstate";
		qcom,smem-states = <&sleepstate_smp2p_out 0>;
	};