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 7AFF7C07CB1 for ; Wed, 29 Nov 2023 10:29:36 +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:MIME-Version:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=B2ctnuWXjDtaBAw3rSu/gNqwiiC4Ros6y2dUeLwGgrs=; b=mNpDLrrGBuGfcz TYph0p2AAUjuPWQf073Fbl9sWkiPnCvnoIYu4h7AhRDJVUgvUSnDGC9TKfXJ/okH8oO8mwP+QdUbJ CR3DlY4oZAU4abdEGbpN/K7yMb1gahoI9h617vMChLPclcQqaDHAR3WkISexJUjRpgwx2k4LTyblX h6hHMmYZJnpjY7nXFt8CeSeIWfKI+LFkIXBmUseUUx2bZtCdvFNdqDwMRu7xgSdoCMj1tFrRYlJAW ou0yVQxzzGmBERMbfT6HzsCzSI91PTwf349KJ0qM6E86uDXSNciknLsWeh0Sm3vow+HCAKNU63ydi BFMfdlcAmXGgrWt+FyyQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r8Hoa-007p5T-0y; Wed, 29 Nov 2023 10:29:08 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r8HoY-007p4x-0c for linux-arm-kernel@lists.infradead.org; Wed, 29 Nov 2023 10:29:07 +0000 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> User-Agent: Evolution 3.46.4-2 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: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231129_022906_251245_BFF2EE6B X-CRM114-Status: UNSURE ( 8.94 ) 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 Di, 2023-11-28 at 06:11 +0000, Jacky Huang wrote: > From: Jacky Huang > > 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. > > Signed-off-by: Jacky Huang Acked-by: Philipp Zabel to be applied together with the dts changes. regards Philipp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel