[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250416201755.GF3811555-robh@kernel.org>
Date: Wed, 16 Apr 2025 15:17:55 -0500
From: Rob Herring <robh@...nel.org>
To: Alexey Charkov <alchark@...il.com>
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Andi Shyti <andi.shyti@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Ulf Hansson <ulf.hansson@...aro.org>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Uwe Kleine-König <ukleinek@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
linux-arm-kernel@...ts.infradead.org, linux-i2c@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mmc@...r.kernel.org, netdev@...r.kernel.org,
linux-pwm@...r.kernel.org
Subject: Re: [PATCH 07/13] dt-bindings: arm: vt8500: Add VIA APC Rock/Paper
boards
On Wed, Apr 16, 2025 at 12:21:32PM +0400, Alexey Charkov wrote:
> APC Rock is a development board based on WonderMedia WM8950 SoC
> released around 2013. Paper is the same as Rock but lacking a
> VGA port and shipped with a recycled cardboard case.
>
> While at that, put myself as the maintainer, given that Tony is
> unavailable as of lately.
>
> Signed-off-by: Alexey Charkov <alchark@...il.com>
> ---
> Documentation/devicetree/bindings/arm/vt8500.yaml | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/vt8500.yaml b/Documentation/devicetree/bindings/arm/vt8500.yaml
> index 5d5ad5a60451f569e6ef30c924a1964d02e1aa82..1906a8843b0ceebe31eebc3b429560dd0d9cea6a 100644
> --- a/Documentation/devicetree/bindings/arm/vt8500.yaml
> +++ b/Documentation/devicetree/bindings/arm/vt8500.yaml
> @@ -7,19 +7,22 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: VIA/Wondermedia VT8500 Platforms
>
> maintainers:
> - - Tony Prisk <linux@...sktech.co.nz>
> + - Alexey Charkov <alchark@...il.com>
> description: test
Delete this line while you are here.
>
> properties:
> $nodename:
> const: '/'
> compatible:
> - items:
> - - enum:
> - - via,vt8500
> - - wm,wm8505
> - - wm,wm8650
> - - wm,wm8750
> - - wm,wm8850
> + oneOf:
> + - const: via,vt8500
> + - const: wm,wm8505
> + - const: wm,wm8650
> + - const: wm,wm8750
> + - const: wm,wm8850
Keep all these as a single enum.
> + - description: VIA APC Rock and Paper boards
> + items:
> + - const: via,apc-rock
> + - const: wm,wm8950
>
> additionalProperties: true
>
> --
> 2.49.0
>
Powered by blists - more mailing lists