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

Commit 6ae245ae authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Disable the spmi bus node for sm6150 rumi



As the PMIC is not present on the rumi, disable the spmi bus
node to avoid the un-successful PMIC read/writes from the
clients.

Change-Id: Ie2633101ae4778c4f43e5d1dba2f9b19e0fd4003
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent d508e358
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -71,3 +71,7 @@

	status = "disabled";
};

&spmi_bus {
	status = "disabled";
};