[PATCH] dt-bindings: arm: qcom: sort sm8450 boards

Eric Gonçalves posted 1 patch 2 weeks, 1 day ago
Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: arm: qcom: sort sm8450 boards
Posted by Eric Gonçalves 2 weeks, 1 day ago
The bindings had samsung,r0q before sony,pdx*, which is out of
alphabetical order, solve this issue by moving samsung,r0q before
the pdx boards.

Signed-off-by: Eric Gonçalves <ghatto404@gmail.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 4f254922069e..640fae56f6ac 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -1097,9 +1097,9 @@ properties:
           - enum:
               - qcom,sm8450-hdk
               - qcom,sm8450-qrd
+              - samsung,r0q
               - sony,pdx223
               - sony,pdx224
-              - samsung,r0q
           - const: qcom,sm8450
 
       - items:
-- 
2.51.0

Re: [PATCH] dt-bindings: arm: qcom: sort sm8450 boards
Posted by Bjorn Andersson 2 weeks ago
On Tue, 16 Sep 2025 18:04:08 +0000, Eric Gonçalves wrote:
> The bindings had samsung,r0q before sony,pdx*, which is out of
> alphabetical order, solve this issue by moving samsung,r0q before
> the pdx boards.
> 
> 

Applied, thanks!

[1/1] dt-bindings: arm: qcom: sort sm8450 boards
      commit: 1081eafa1bca16d3610bf44f515550d060526dd4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] dt-bindings: arm: qcom: sort sm8450 boards
Posted by Krzysztof Kozlowski 2 weeks, 1 day ago
On 17/09/2025 20:04, Eric Gonçalves wrote:
> The bindings had samsung,r0q before sony,pdx*, which is out of
> alphabetical order, solve this issue by moving samsung,r0q before
> the pdx boards.
> 
> Signed-off-by: Eric Gonçalves <ghatto404@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof