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

Commit 73e97344 authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable pwm devices from pmic8941 on 8974 pro ac



On 8974 Pro AC the pwm devices on pmic8941 are not used. Disable them.

Change-Id: I861bafb94d94493342b479f71a2ea9393843596b
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent 792ce78d
Loading
Loading
Loading
Loading
+48 −0
Original line number Diff line number Diff line
@@ -74,6 +74,54 @@
		qcom,auto-mode-enable = <0>;
		status = "okay";
	};

	pwm@b100 {
		status = "disabled";
	};

	pwm@b200 {
		status = "disabled";
	};

	pwm@b300 {
		status = "disabled";
	};

	pwm@b400 {
		status = "disabled";
	};

	pwm@b500 {
		status = "disabled";
	};

	pwm@b600 {
		status = "disabled";
	};

	pwm@b700 {
		status = "disabled";
	};

	pwm@b800 {
		status = "disabled";
	};

	pwm@e400 {
		status = "disabled";
	};

	pwm@e500 {
		status = "disabled";
	};

	pwm@e600 {
		status = "disabled";
	};

	pwm@e700 {
		status = "disabled";
	};
};

&pma8084_mvs1 {