From cd642b3a7dd899da9c13b56d9aa26dc1d6abe0eb Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Thu, 9 Jan 2020 23:02:49 +0800 Subject: [PATCH] LF-741: ARM: dts: imx6qdl-sabresd: disable snvs_pwrkey There are snvs design issue on legacy i.mx6q/dl chip so gpio key used instead of snvs_pwrkey on i.mx6qdl-sabresd board. Disable snvs_pwrkey to match board design though there is another software workaround for such design issue in the future: https://lore.kernel.org/linux-arm-kernel/20191125161210.8275-1-robin@protonic.nl/ Signed-off-by: Robin Gong Reviewed-by: Anson Huang --- arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 351aaaf6d632..db789315a473 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -1103,10 +1103,6 @@ status = "okay"; }; -&snvs_pwrkey { - status = "okay"; -}; - &ssi2 { status = "okay"; }; -- 2.17.1