Re: [PATCH v3 0/2] Add F(x)tec Pro1X (QX1050) DTS

From: Konrad Dybcio
Date: Sat May 13 2023 - 05:31:32 EST




On 13.05.2023 03:05, Dang Huynh wrote:
> 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 <danct12@xxxxxxxxxx>
> ---
> Changes in v3:
> - Corrected changes from previous version
"fix bug" is not very specific, please try listing them out
individually the next time around!

Konrad
> - DTS is now licensed under GPL2+ & BSD3
> - Regulators now uses pm6125_* alias
> - Link to v2: https://lore.kernel.org/r/20230505-fxtec-pro1x-support-v2-0-0ea2378ba9ae@xxxxxxxxxx
>
> Changes in v2:
> - Corrected model property in DTS.
> - Changes requested by Caleb and Krzysztof.
> - Link to v1: https://lore.kernel.org/r/20230505-fxtec-pro1x-support-v1-1-1d9473b4d6e4@xxxxxxxxxx
>
> ---
> Dang Huynh (2):
> dt-bindings: arm: qcom: Add Fxtec Pro1X
> arm64: dts: qcom: Add Fxtec Pro1X (QX1050) DTS
>
> Documentation/devicetree/bindings/arm/qcom.yaml | 5 +
> arch/arm64/boot/dts/qcom/Makefile | 1 +
> arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts | 250 ++++++++++++++++++++++++
> 3 files changed, 256 insertions(+)
> ---
> base-commit: 145e5cddfe8b4bf607510b2dcf630d95f4db420f
> change-id: 20230505-fxtec-pro1x-support-7f782f0480e9
>
> Best regards,