All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Jacky Huang <ychuang570808@gmail.com>
Cc: linus.walleij@linaro.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, p.zabel@pengutronix.de,
	j.neuschaefer@gmx.net, linux-arm-kernel@lists.infradead.org,
	linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, schung@nuvoton.com,
	Jacky Huang <ychuang3@nuvoton.com>
Subject: Re: [PATCH 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node
Date: Thu, 12 Oct 2023 15:39:44 -0500	[thread overview]
Message-ID: <20231012203944.GA1699468-robh@kernel.org> (raw)
In-Reply-To: <20231011090510.114476-2-ychuang570808@gmail.com>

On Wed, Oct 11, 2023 at 09:05:07AM +0000, Jacky Huang wrote:
> From: Jacky Huang <ychuang3@nuvoton.com>
> 
> Add compatible 'syscon' to the system-management node.
> 
> Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
> ---
>  .../devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml        | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml b/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml
> index 34c5c1c08ec1..3ce7dcecd87a 100644
> --- a/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml
> +++ b/Documentation/devicetree/bindings/reset/nuvoton,ma35d1-reset.yaml
> @@ -18,6 +18,7 @@ properties:
>    compatible:
>      items:
>        - const: nuvoton,ma35d1-reset
> +      - const: syscon

Presumably you already have a driver for nuvoton,ma35d1-reset, so just 
make it create a regmap. I assume this is the reason you want to add 
'syscon'?

Rob

  parent reply	other threads:[~2023-10-12 20:39 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11  9:05 [PATCH 0/4] Add support for nuvoton ma35d1 pin control Jacky Huang
2023-10-11  9:05 ` Jacky Huang
2023-10-11  9:05 ` [PATCH 1/4] dt-bindings: reset: Add syscon to nuvoton ma35d1 system-management node Jacky Huang
2023-10-11  9:05   ` Jacky Huang
2023-10-12 19:30   ` Krzysztof Kozlowski
2023-10-12 19:30     ` Krzysztof Kozlowski
2023-10-13  6:34     ` Jacky Huang
2023-10-13  6:34       ` Jacky Huang
2023-10-12 20:39   ` Rob Herring [this message]
2023-10-13  6:40     ` Jacky Huang
2023-10-13  6:40       ` Jacky Huang
2023-10-11  9:05 ` [PATCH 2/4] dt-bindings: pinctrl: Document nuvoton ma35d1 pin control Jacky Huang
2023-10-11  9:05   ` Jacky Huang
2023-10-12 19:41   ` Krzysztof Kozlowski
2023-10-12 19:41     ` Krzysztof Kozlowski
2023-10-16  4:32     ` Jacky Huang
2023-10-16  4:32       ` Jacky Huang
2023-10-16 19:52       ` Krzysztof Kozlowski
2023-10-16 19:52         ` Krzysztof Kozlowski
2023-10-18  3:26         ` Jacky Huang
2023-10-18  3:26           ` Jacky Huang
2023-10-18  5:58           ` Krzysztof Kozlowski
2023-10-18  5:58             ` Krzysztof Kozlowski
2023-10-18  7:01             ` Jacky Huang
2023-10-18  7:01               ` Jacky Huang
2023-10-18  8:18         ` Linus Walleij
2023-10-18  8:18           ` Linus Walleij
2023-10-18  9:53           ` Krzysztof Kozlowski
2023-10-18  9:53             ` Krzysztof Kozlowski
2023-10-18 11:41             ` Linus Walleij
2023-10-18 11:41               ` Linus Walleij
2023-10-11  9:05 ` [PATCH 3/4] arm64: dts: nuvoton: Add pinctrl support for ma35d1 Jacky Huang
2023-10-11  9:05   ` Jacky Huang
2023-10-12 19:46   ` Krzysztof Kozlowski
2023-10-12 19:46     ` Krzysztof Kozlowski
2023-10-13  6:52     ` Jacky Huang
2023-10-13  6:52       ` Jacky Huang
2023-10-13  7:06       ` Krzysztof Kozlowski
2023-10-13  7:06         ` Krzysztof Kozlowski
2023-10-13  7:44         ` Jacky Huang
2023-10-13  7:44           ` Jacky Huang
2023-10-11  9:05 ` [PATCH 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver Jacky Huang
2023-10-11  9:05   ` Jacky Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231012203944.GA1699468-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j.neuschaefer@gmx.net \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=schung@nuvoton.com \
    --cc=ychuang3@nuvoton.com \
    --cc=ychuang570808@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.