[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b6e54b27-a756-4d7a-8b51-4a65772b75e5@kernel.org>
Date: Tue, 3 Dec 2024 10:47:44 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Jonas Rebmann <jre@...gutronix.de>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>, Vignesh Raghavendra <vigneshr@...com>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Heiko Schocher <hs@...x.de>
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, David Jander <david@...tonic.nl>,
kernel@...gutronix.de
Subject: Re: [PATCH v2 2/3] dt-bindings: mtd: mchp48l640 add mb85rs128ty
compatible
On 03/12/2024 10:37, Jonas Rebmann wrote:
> Add a compatible string to support Fujitsu MB85RS128TY.
>
> Signed-off-by: Jonas Rebmann <jre@...gutronix.de>
> ---
> Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
> index 0ff32bd00bf6aee279fa78c624d8d47c6162f7f1..11f64056a28f98ad633265b00605ffd2c3e026c8 100644
> --- a/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
> +++ b/Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml
> @@ -16,8 +16,9 @@ description: |
>
> properties:
> compatible:
> - items:
> - - const: microchip,48l640
> + enum:
> + - microchip,48l640
> + - fujitsu,mb85rs128ty
Keep alphabetical order. That's generic rule for all compatible lists in
bindings and drivers. It's a rule for many other growing things as well,
because it helps to avoid conflicts.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Best regards,
Krzysztof
Powered by blists - more mailing lists