2023-10-05 15:47:36

by ZeYan Li

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

Add a compatible for Xiaomi Mi 9.

Signed-off-by: ZeYan Li <[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 7f80f48a0954..ba2ef5e14fa6 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -999,6 +999,7 @@ properties:
- qcom,sm8150-mtp
- sony,bahamut-generic
- sony,griffin-generic
+ - xiaomi,cepheus
- const: qcom,sm8150

- items:
--
2.34.1


2023-10-05 16:07:35

by Krzysztof Kozlowski

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

On 05/10/2023 16:31, ZeYan Li wrote:
> Add a compatible for Xiaomi Mi 9.
>
> Signed-off-by: ZeYan Li <[email protected]>

Your patch threading is missing. Use b4 or send everything in one batch.


Acked-by: Krzysztof Kozlowski <[email protected]>


---

This is an automated instruction, just in case, because many review tags
are being ignored. If you know the process, you can skip it (please do
not feel offended by me posting it here - no bad intentions intended).
If you do not know the process, here is a short explanation:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577

Best regards,
Krzysztof