From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DA754C433F5 for ; Tue, 14 Dec 2021 08:08:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=I5bnQuhP12cqLlhfJ9FCPD0WP+bArAo59zxHYj3V3kM=; b=J3rb0r9lsTXinu V4dhvi8rNDz49UNG1W1zxhYUGNTB2FiHxrG0rUcprDCwPAlCEnoBMZFPmWvcFMoOR8Rfqh7GWlISf PUVsWzAlL5jewyKhmvoown24g/DX2pGdWaCDU9CgZBqftNpx9LhGiZyTrgv3t+Iqq28EoQy0q/MXF W0VrpRWQ3dw+VK7uQLuH4NNVhGyphrF9yF7JEwsb0ICAkXjrcFCOdtVt/ITIkuSfx62OZnquOmAT6 3Iwy9LsFlbZjr13Clxk7B8fMbBZ89ixKddK18u/ma1k968hbHd7hnLH3dohZmt7ORgLoPrGzHo3Ie p+kUvLtVpRZ+lyHgC7Sg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx2qY-00Cxe7-HO; Tue, 14 Dec 2021 08:07:38 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mx2qU-00Cxco-5J for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 08:07:35 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BF3A3B8172C; Tue, 14 Dec 2021 08:07:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C605DC34601; Tue, 14 Dec 2021 08:07:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639469251; bh=XXkC7Q2463t2WWEDTlpY2qHzCT5oxbEAcAHkYIsIJCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SKCDg9xsvVwwaMjNV5RKcE8ymsUACZDQ4m3L7WPyRz9Cf6I1lun3XOLpHAvxRDS/Q MnBAlht15jndsb79Rge+SxKMABsgQ9MH/fKFHZ/5BtxLCxtqyqdzLNO5KiflWl8qL2 5EeLc7nslTY+vS8Y7YIHLHOZ4/1sX7gEsU4G4GfDOK5+HxJHErhqGCp7raXW3n0Geg dXT2i5YU/64GIVB+a++uzM3R6CK8EgXQua0qI4ZRRzuwo5ormibU4ZWzd8tR7dsTPk QLw3IwratBSgQ/dkzVSTyS8fpqs58UxVkJlblCipMokN5ZTEWaqij2/pXkcd8Xy1W1 zkK1oJHkNuW2A== Date: Tue, 14 Dec 2021 16:07:26 +0800 From: Shawn Guo To: Li Yang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ashish Kumar Subject: Re: [PATCH 1/2] arm64: dts: ls1088a: Add reboot nodes Message-ID: <20211214080725.GA14056@dragon> References: <20211204011537.8963-1-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211204011537.8963-1-leoyang.li@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211214_000734_369034_DCD568FF X-CRM114-Status: UNSURE ( 9.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Dec 03, 2021 at 07:15:36PM -0600, Li Yang wrote: > ls1088a has a separate reset register block. Define it in dts and use > it for reboot. > > Signed-off-by: Ashish Kumar > Signed-off-by: Li Yang Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel