From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [IPv6:2a0a:edc0:2:b01:1d::104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D259BE1 for ; Wed, 29 Nov 2023 02:29:08 -0800 (PST) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r8HoR-0002qK-Tw; Wed, 29 Nov 2023 11:28:59 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8HoQ-00CNkv-P8; Wed, 29 Nov 2023 11:28:58 +0100 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1r8HoQ-0004uR-2I; Wed, 29 Nov 2023 11:28:58 +0100 Message-ID: <2fd0e3690c94e70a58d21b83694ef5fcff520663.camel@pengutronix.de> Subject: Re: [PATCH v2 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node From: Philipp Zabel To: Jacky Huang , linus.walleij@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, j.neuschaefer@gmx.net Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ychuang3@nuvoton.com, schung@nuvoton.com Date: Wed, 29 Nov 2023 11:28:58 +0100 In-Reply-To: <20231128061118.575847-2-ychuang570808@gmail.com> References: <20231128061118.575847-1-ychuang570808@gmail.com> <20231128061118.575847-2-ychuang570808@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On Di, 2023-11-28 at 06:11 +0000, Jacky Huang wrote: > From: Jacky Huang >=20 > Add a compatible 'syscon' to the system management node since the system > control registers are mapped by this driver. The other driver must access > the system control registers through 'regmap' using a phandle that > references this node. >=20 > Signed-off-by: Jacky Huang Acked-by: Philipp Zabel to be applied together with the dts changes. regards Philipp