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