2023-05-05 17:24:20

by Dang Huynh

[permalink] [raw]
Subject: [PATCH v2 0/2] Add F(x)tec Pro1X (QX1050) DTS

The F(x)tec Pro1X is a mobile phone released by FX Technologies Ltd
in 2022.

The phone is exactly the same as the Pro1 released in 2019 with some
changes:
- MSM8998 -> SM6115
- Camera button is no longer multistate
- Only one 48MP back camera
- A new keyboard layout picked by the community.

Signed-off-by: Dang Huynh <[email protected]>
---
Changes in v2:
- Corrected model property in DTS.
- Changes requested by Caleb and Krzysztof.
- Link to v1: https://lore.kernel.org/r/[email protected]

---
Dang Huynh (2):
arm64: dts: qcom: Add Fxtec Pro1X (QX1050) DTS
dt-bindings: arm: qcom: Add Fxtec Pro1X

Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts | 248 ++++++++++++++++++++++++
3 files changed, 250 insertions(+)
---
base-commit: 145e5cddfe8b4bf607510b2dcf630d95f4db420f
change-id: 20230505-fxtec-pro1x-support-7f782f0480e9

Best regards,
--
Dang Huynh <[email protected]>


2023-05-05 17:25:11

by Dang Huynh

[permalink] [raw]
Subject: [PATCH v2 2/2] dt-bindings: arm: qcom: Add Fxtec Pro1X

Document F(x)tec Pro1X as a SM6115 device.

Signed-off-by: Dang Huynh <[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 d9dd25695c3d..49df4fbf920d 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -884,6 +884,7 @@ properties:

- items:
- enum:
+ - fxtec,pro1x
- lenovo,j606f
- const: qcom,sm6115p
- const: qcom,sm6115

--
2.40.1

2023-05-05 18:09:31

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] dt-bindings: arm: qcom: Add Fxtec Pro1X

On 05/05/2023 19:12, Dang Huynh wrote:
> Document F(x)tec Pro1X as a SM6115 device.
>

Which part of the comment "Missing bindings (first patch in the
series)." suggested to put it second in the series?


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

Best regards,
Krzysztof