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

Commit 87a4b82b authored by zhaochen's avatar zhaochen
Browse files

ARM: dts: msm: disable power key on RB5

On RB5 devices, userspace do not need to recevice
power key event, so remove it.

Change-Id: I66bc9d3d88fd0a1f337db9cb69b21d0b324388ae
parent edadb735
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@
	};
};

&power_key {
	status = "disabled";
};

&mdss_mdp {
	connectors = <&sde_dp &sde_dsi &sde_dsi1 &sde_rscc>;
};
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
			qcom,system-reset;
			qcom,store-hard-reset-reason;

			qcom,pon_1 {
			power_key: qcom,pon_1 {
				qcom,pon-type = <PON_POWER_ON_TYPE_KPDPWR>;
				linux,code = <KEY_POWER>;
				qcom,pull-up;