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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3631AFA3743 for ; Sat, 29 Oct 2022 02:50:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229450AbiJ2Cux (ORCPT ); Fri, 28 Oct 2022 22:50:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbiJ2Cuw (ORCPT ); Fri, 28 Oct 2022 22:50:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 448B91DCCE6 for ; Fri, 28 Oct 2022 19:50:52 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id D4F5162B4B for ; Sat, 29 Oct 2022 02:50:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A88DCC433C1; Sat, 29 Oct 2022 02:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667011851; bh=Go2NAFfKH+IszxXHlhSkZ4Sh77SiywS/Y9CIxay8nh0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C7ptrbGJd9p9ngvL2l5noos2Z64pqhJ60ABk9sfob5k0uOHHApQBmM5BKmeyJspeQ Ab8ILRcS2S5gnfIiMBSlvl1nBu6Ytb3cm066mhE2+513Rpz64fqgYrBZ325U3zIIpf ikRvwkvkm6AnoIc5+daXQmTkRfwXrjjIOjdue1Lig86HDuS2e9SIp4WNBLSKWH2Ba2 Bqzk+HFFijlNR94m0/jPHr9l/nqvd6stbheXih0XJhT4RNCg+fsFHDDhvnYk/F47Jw 8sr9OkQUmdDDsyG2DyBnje5tGjidobsTT0kOwXYqkrz457nc/UGDWDZ0BTNLPpuqm6 UFQhY2t4M+/4g== Date: Sat, 29 Oct 2022 10:50:43 +0800 From: Shawn Guo To: Shenwei Wang Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Viorel Suman , Abel Vesa , Ming Qian , Peng Fan , devicetree@vger.kernel.org, imx@lists.linux.dev Subject: Re: [PATCH 1/2] arm64: dts: freescale: imx8dxl: add scu_gpio node Message-ID: <20221029025043.GJ125525@dragon> References: <20221011194715.647439-1-shenwei.wang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221011194715.647439-1-shenwei.wang@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Oct 11, 2022 at 02:47:14PM -0500, Shenwei Wang wrote: > add scu_gpio node in system-controller. > > Signed-off-by: Shenwei Wang Applied both, thanks!