2022-09-03 18:24:22

by Iskren Chernev

[permalink] [raw]
Subject: [PATCH v2 6/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone

oneplus,billie2 (OnePlus Nord N100) is based on QualComm Snapdragon
SM4250 SoC.

Add support for the same in dt-bindings.

Signed-off-by: Iskren Chernev <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 19c2f4314741..63cc41cd0119 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -54,6 +54,8 @@ description: |
sdm845
sdx55
sdx65
+ sm4250
+ sm6115
sm6125
sm6350
sm7225
@@ -670,6 +672,11 @@ properties:
- xiaomi,polaris
- const: qcom,sdm845

+ - items:
+ - enum:
+ - oneplus,billie2
+ - const: qcom,sm4250
+
- items:
- enum:
- sony,pdx201
--
2.37.2


2022-09-03 20:27:17

by Caleb Connolly

[permalink] [raw]
Subject: Re: [PATCH v2 6/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone



On 03/09/2022 18:41, Iskren Chernev wrote:
> oneplus,billie2 (OnePlus Nord N100) is based on QualComm Snapdragon
> SM4250 SoC.
>
> Add support for the same in dt-bindings.
>
> Signed-off-by: Iskren Chernev <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>

Reviewed-by: Caleb Connolly <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 19c2f4314741..63cc41cd0119 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -54,6 +54,8 @@ description: |
> sdm845
> sdx55
> sdx65
> + sm4250
> + sm6115
> sm6125
> sm6350
> sm7225
> @@ -670,6 +672,11 @@ properties:
> - xiaomi,polaris
> - const: qcom,sdm845
>
> + - items:
> + - enum:
> + - oneplus,billie2
> + - const: qcom,sm4250
> +
> - items:
> - enum:
> - sony,pdx201
> --
> 2.37.2
>

--
Kind Regards,
Caleb