2022-07-09 14:12:21

by Molly Sophia

[permalink] [raw]
Subject: [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

Add documentation for "xiaomi,polaris" device.

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

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 129cdd246223..80dff09bdc83 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -235,6 +235,11 @@ properties:
- xiaomi,lavender
- const: qcom,sdm660

+ - items:
+ - enum:
+ - xiaomi,polaris
+ - const: qcom,sdm845
+
- items:
- enum:
- qcom,sdx55-mtp
--
2.37.0


2022-07-12 00:01:49

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

On Sat, Jul 09, 2022 at 09:19:35PM +0800, MollySophia wrote:
> Add documentation for "xiaomi,polaris" device.
>
> Signed-off-by: MollySophia <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 129cdd246223..80dff09bdc83 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -235,6 +235,11 @@ properties:
> - xiaomi,lavender
> - const: qcom,sdm660
>
> + - items:
> + - enum:
> + - xiaomi,polaris
> + - const: qcom,sdm845

I think there is now an entry for this as a bunch of missing
compatibles have been added, so you will need to rebase on the qcom
tree.

Rob

2022-07-12 08:23:52

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

On 09/07/2022 15:19, MollySophia wrote:
> Add documentation for "xiaomi,polaris" device.
>
> Signed-off-by: MollySophia <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 129cdd246223..80dff09bdc83 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -235,6 +235,11 @@ properties:
> - xiaomi,lavender
> - const: qcom,sdm660
>
> + - items:
> + - enum:
> + - xiaomi,polaris
> + - const: qcom,sdm845

I propose to rebase on:
https://lore.kernel.org/all/[email protected]/
or:
https://lore.kernel.org/all/[email protected]/


Best regards,
Krzysztof