[PATCH v3 1/2] dt-bindings: arm: qcom: Add Fxtec Pro1X

Dang Huynh posted 2 patches 2 years, 9 months ago
[PATCH v3 1/2] dt-bindings: arm: qcom: Add Fxtec Pro1X
Posted by Dang Huynh 2 years, 9 months ago
Document F(x)tec Pro1X as a SM6115 device.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
 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 d9dd25695c3d..767e4c22f761 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -882,6 +882,11 @@ properties:
           - const: qcom,qrb4210
           - const: qcom,sm4250
 
+      - items:
+          - enum:
+              - fxtec,pro1x
+          - const: qcom,sm6115
+
       - items:
           - enum:
               - lenovo,j606f

-- 
2.40.1
Re: [PATCH v3 1/2] dt-bindings: arm: qcom: Add Fxtec Pro1X
Posted by Krzysztof Kozlowski 2 years, 9 months ago
On 13/05/2023 03:05, Dang Huynh wrote:
> Document F(x)tec Pro1X as a SM6115 device.
> 
> Signed-off-by: Dang Huynh <danct12@riseup.net>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++

This is a friendly reminder during the review process.

It looks like you received a tag and forgot to add it.

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. However, there's no need to repost patches *only* to add the
tags. The upstream maintainer will do that for acks received on the
version they apply.

https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540

If a tag was not added on purpose, please state why and what changed.


Best regards,
Krzysztof