[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<MA0P287MB226213EB2E74EBCE101A59AAFEB52@MA0P287MB2262.INDP287.PROD.OUTLOOK.COM>
Date: Tue, 8 Apr 2025 09:16:15 +0800
From: Chen Wang <unicorn_wang@...look.com>
To: Inochi Amaoto <inochiama@...il.com>, Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Andi Shyti <andi.shyti@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Paul Walmsley <paul.walmsley@...ive.com>,
Samuel Holland <samuel.holland@...ive.com>,
Ulf Hansson <ulf.hansson@...aro.org>, Philipp Zabel
<p.zabel@...gutronix.de>, Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>, Alexandre Ghiti <alex@...ti.fr>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Bonnefille <thomas.bonnefille@...tlin.com>, ghost
<2990955050@...com>, Jarkko Nikula <jarkko.nikula@...ux.intel.com>,
Jisheng Zhang <jszhang@...nel.org>, Chao Wei <chao.wei@...hgo.com>
Cc: linux-hwmon@...r.kernel.org, devicetree@...r.kernel.org,
sophgo@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-i2c@...r.kernel.org, linux-riscv@...ts.infradead.org,
linux-mmc@...r.kernel.org, Yixun Lan <dlan@...too.org>,
Longbin Li <looong.bin@...il.com>
Subject: Re: [PATCH 4/9] dt-bindings: reset: sophgo: Add SG2044 bindings.
On 2025/4/7 9:06, Inochi Amaoto wrote:
> The SG2044 shares the same reset controller as SG2042, so it
> is just enough to use the compatible string of SG2042 as a
> basis.
>
> Add compatible string for the reset controller of SG2044.
>
> Signed-off-by: Inochi Amaoto <inochiama@...il.com>
Reviewed-by: Chen Wang <unicorn_wang@...look.com>
> ---
> .../devicetree/bindings/reset/sophgo,sg2042-reset.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml b/Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml
> index 76e1931f0908..1d1b84575960 100644
> --- a/Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml
> +++ b/Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml
> @@ -11,7 +11,12 @@ maintainers:
>
> properties:
> compatible:
> - const: sophgo,sg2042-reset
> + oneOf:
> + - items:
> + - enum:
> + - sophgo,sg2044-reset
> + - const: sophgo,sg2042-reset
> + - const: sophgo,sg2042-reset
>
> reg:
> maxItems: 1
Powered by blists - more mailing lists