Message ID | 20230919-fp5-initial-v2-6-14bb7cedadf5@fairphone.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4b1a16d776b474345b12f834de1fd42bca226d90 |
Headers | show |
Series | Initial support for the Fairphone 5 smartphone | expand |
On 19/09/2023 14:46, Luca Weiss wrote: > Fairphone 5 is a smartphone based on the QCM6490 SoC. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index adbfaea32343..76934f4772e9 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -50,6 +50,7 @@ description: | msm8998 qcs404 qcm2290 + qcm6490 qdu1000 qrb2210 qrb4210 @@ -391,6 +392,11 @@ properties: - const: qcom,qrb2210 - const: qcom,qcm2290 + - items: + - enum: + - fairphone,fp5 + - const: qcom,qcm6490 + - description: Qualcomm Technologies, Inc. Distributed Unit 1000 platform items: - enum:
Fairphone 5 is a smartphone based on the QCM6490 SoC. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+)