Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4829435ybl; Wed, 22 Jan 2020 05:31:10 -0800 (PST) X-Google-Smtp-Source: APXvYqz+e6JB+8rwaSet7nFR2ao6w+NckPPcjlupra2zyYvC0vJhYbZ1hZJpUZEyAeZ0U0QNlTq6 X-Received: by 2002:aca:6108:: with SMTP id v8mr3069438oib.96.1579699870211; Wed, 22 Jan 2020 05:31:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579699870; cv=none; d=google.com; s=arc-20160816; b=SNIYNuj6Zl7uyKZHnNHFRvEhEH6zfEHGLwhxzmi4abe3ZVVR44asYLkUCboc9ME+gR IYFz8ieSxphVqbP9S1sWhUK4+v5vvrZLzWc06wN5Wcb0DV/oLHnH55bQZX1Hmxu4cJb4 OujxdvxtYyVua1/PHiKYO7cjn3QzgXtDmBygctCRZsSUot0cib2mv5XKSEGJjj81g738 o7Wqe1ZFnnIQuncbiVzoc/AqMraj9fTyNR/gU+kqV3YHQOFpTqQv3nsSCcxItrfrN7Cq 7mLRqiW4VR17Gp9ahKIgO4y2tdJDjFhc+pMFBZK8fZvq+2MNohF5flo9Gtg9swE3lhIf ZKhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=/FVNS6qvmvxcvUFH4AD+K6/sY4TxbJZVUBo8hZ+X5Mw=; b=qXiYZIBUPpoa2ywiJnrf3U/eGkjQke3Am8/I+yTRAa7Dmh/iDuOMBzctYLPLK1042V lJiL/7/1Ac77NAsPZpkr6carXlF9Hn+G+9Os+zEz4OVB5WA8ViqG+MuGDs9eSTc+JfXQ uiOCAp6Qy2BNtU8rCDBCIV/UGvEEg9wYf+pjrErNEln2gaMAw9ZHTSWN+UCyFxUdPnt4 n+LOpzE/thVqgS7XsMvNvh1I6Vf1pvkqyGYhb3CFedNHNxjvKPAcn+w2Wh+WfRGhwFjy bcHgOhTl/NMRE/VXfplE/x19AFtn5ZmvLgko+7ClS8sOIYgWwWP7vL40M128hy7WWxGU 3ORQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vi8EU1zq; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m24si19940151oic.11.2020.01.22.05.30.49; Wed, 22 Jan 2020 05:31:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=vi8EU1zq; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730667AbgAVN2q (ORCPT + 99 others); Wed, 22 Jan 2020 08:28:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:51144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729106AbgAVN2n (ORCPT ); Wed, 22 Jan 2020 08:28:43 -0500 Received: from localhost (unknown [84.241.205.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D8A0B205F4; Wed, 22 Jan 2020 13:28:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579699722; bh=FSufJe/sjqbSMKxrhxnXPFZKTDBgBvYFuYHtCrwzH5s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vi8EU1zqocA+LIAIfuabm/eCuUkzp9UqJKBF6QrAEqUgw3jWrIwtJHsoqbh58L4j6 5el8ytRW8YMUwKViOLtRfgwZIimWvoxcrE0Uh+T+XPVuSNEFzVIMuMc5H5boUuNOse ku1BdEA39NQOpPlRk0i9QmmmR06OE/DLAT4UKZC4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Frieder Schrempf , Shawn Guo Subject: [PATCH 5.4 187/222] ARM: dts: imx6ul-kontron-n6310-s: Disable the snvs-poweroff driver Date: Wed, 22 Jan 2020 10:29:33 +0100 Message-Id: <20200122092847.076128270@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200122092833.339495161@linuxfoundation.org> References: <20200122092833.339495161@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Frieder Schrempf commit 0ccafdf3e81bb40fe415ea13e1f42b19c585f0a0 upstream. The snvs-poweroff driver can power off the system by pulling the PMIC_ON_REQ signal low, to let the PMIC disable the power. The Kontron SoMs do not have this signal connected, so let's remove the node. This fixes a real issue when the signal is asserted at poweroff, but not actually causing the power to turn off. It was observed, that in this case the system would not shut down properly. Signed-off-by: Frieder Schrempf Fixes: 1ea4b76cdfde ("ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards") Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/imx6ul-kontron-n6310-s.dts | 4 ---- 1 file changed, 4 deletions(-) --- a/arch/arm/boot/dts/imx6ul-kontron-n6310-s.dts +++ b/arch/arm/boot/dts/imx6ul-kontron-n6310-s.dts @@ -157,10 +157,6 @@ status = "okay"; }; -&snvs_poweroff { - status = "okay"; -}; - &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>;