2022-12-14 10:06:59

by Lux Aliaga

[permalink] [raw]
Subject: [PATCH 3/4] dt-bindings: arm: qcom: Document xiaomi,laurel_sprout board

Document the Xiaomi Mi A3 (xiaomi-laurel_sprout) smartphone which is
based on the Snapdragon 665 SoC.

Signed-off-by: Lux Aliaga <[email protected]>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 1b5ac6b02bc5..a72fbb6b4b2c 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -693,6 +693,7 @@ properties:
- items:
- enum:
- sony,pdx201
+ - xiaomi,laurel_sprout
- const: qcom,sm6125

- items:
--
2.38.1


2022-12-14 10:08:16

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 3/4] dt-bindings: arm: qcom: Document xiaomi,laurel_sprout board

On 14/12/2022 10:32, Lux Aliaga wrote:
> Document the Xiaomi Mi A3 (xiaomi-laurel_sprout) smartphone which is
> based on the Snapdragon 665 SoC.
>
> Signed-off-by: Lux Aliaga <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 1b5ac6b02bc5..a72fbb6b4b2c 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -693,6 +693,7 @@ properties:
> - items:
> - enum:
> - sony,pdx201
> + - xiaomi,laurel_sprout

Invalid character - underscore. Use hyphen.

Best regards,
Krzysztof