RE: [PATCH v3 1/3] dt-bindings: arm: hpe,gxp: Add HPE GSC platform compatible
From: "Hawkins, Nick" <nick.hawkins@hpe.com>
Date: 2026-03-30 14:54:02
Also in:
linux-devicetree, lkml
From: "Hawkins, Nick" <nick.hawkins@hpe.com>
Date: 2026-03-30 14:54:02
Also in:
linux-devicetree, lkml
Hi Krzysztof Kozlowski,
quoted
maintainers: - Nick Hawkins [off-list ref]@@ -18,6 +18,11 @@ properties: - enum: - hpe,gxp-dl360gen10 - const: hpe,gxp + - description: GSC Based Boards + items: + - enum: + - hpe,gsc-dl340gen12 + - const: hpe,gsc
What sort of ordering are you going to use in this file? Usual choice is the fallback compatible, but I see you have chosen something else. That is fine, just keep that else sorting in the future instead of adding to the end.
Thank you for the feedback, just to confirm are you looking for me
to do something like this?:
- description: GSC Based Boards
items:
- enum:
- hpe,gsc-dl340gen12
- const: hpe,gsc
- description: GXP Based Boards
items:
- enum:
- hpe,gxp-dl360gen10
- const: hpe,gxp
That way we have the newest first and going forward if there is
something newer we add it to the top of the list rather than
the bottom?
Thanks,
-Nick Hawkins