[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f40a1c37-e088-45fb-9d8f-d04db6f50a79@arm.com>
Date: Wed, 19 Feb 2025 11:30:58 +0000
From: Vincenzo Frascino <vincenzo.frascino@....com>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Linus Walleij <linus.walleij@...aro.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Liviu Dudau <liviu.dudau@....com>,
Sudeep Holla <sudeep.holla@....com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Russell King <linux@...linux.org.uk>, Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>
Subject: Re: [PATCH v5 2/8] dt-bindings: arm: Add Morello fvp compatibility
On 19/02/2025 07:13, Krzysztof Kozlowski wrote:
> Don't duplicate, combine pieces which look like enumeration into one
> enum entry.
Is this what you mean exactly?
--->8---
diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
index 40e7910756c8..8de508b977b0 100644
--- a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
+++ b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
@@ -118,9 +118,11 @@ description: |+
items:
- const: arm,foundation-aarch64
- const: arm,vexpress
- - description: Arm Morello System Development Platform
+ - description: Arm Morello System Development/Fixed Virtual Platform
items:
- - const: arm,morello-sdp
+ - enum:
+ - arm,morello-sdp
+ - arm,morello-fvp
- const: arm,morello
arm,vexpress,position:
--
2.34.1
--->8---
--
Regards,
Vincenzo
Powered by blists - more mailing lists