Re: [PATCH v5 2/8] dt-bindings: arm: Add Morello fvp compatibility

From: Vincenzo Frascino
Date: Tue Feb 18 2025 - 13:08:59 EST




On 14/02/2025 08:12, Krzysztof Kozlowski wrote:
> On Thu, Feb 13, 2025 at 06:03:03PM +0000, Vincenzo Frascino wrote:
>> Add compatibility to Arm Morello Fixed Virtual Platform.
>>
>> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
>> ---
>> Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
>> index 40e7910756c8..e71e3e33c4be 100644
>> --- a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
>> +++ b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
>> @@ -122,6 +122,10 @@ properties:
>> items:
>> - const: arm,morello-sdp
>
> That's just part of the enum here.
>

I am not sure on what you want me to do :)

--->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---

Something like this?

>> - const: arm,morello
>> + - description: Arm Morello Fixed Virtual Platform
>> + items:
>> + - const: arm,morello-fvp
>
> Best regards,
> Krzysztof
>

--
Regards,
Vincenzo