[PATCH v2 4/5] dt-bindings: arm: qcom: add Sony Xperia SP

Antony Kurniawan Soemardi posted 5 patches 3 months, 2 weeks ago
[PATCH v2 4/5] dt-bindings: arm: qcom: add Sony Xperia SP
Posted by Antony Kurniawan Soemardi 3 months, 2 weeks ago
Document the Sony Xperia SP (huashan), which uses the MSM8960T SoC.

The MSM8960T is a variant of the MSM8960 featuring an upgraded GPU
(Adreno 320 instead of Adreno 225) and a slightly overclocked CPU
(1.7GHz instead of 1.5GHz).

Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 56f78f0f3803fedcb6422efd6adec3bbc81c2e03..6a957901a664b26c586e45876447b83f849fb5ba 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -44,6 +44,7 @@ description: |
         msm8953
         msm8956
         msm8960
+        msm8960t
         msm8974
         msm8974pro
         msm8976
@@ -203,6 +204,12 @@ properties:
               - samsung,expressatt
           - const: qcom,msm8960
 
+      - items:
+          - enum:
+              - sony,huashan
+          - const: qcom,msm8960t
+          - const: qcom,msm8960
+
       - items:
           - enum:
               - lge,hammerhead

-- 
2.34.1
Re: [PATCH v2 4/5] dt-bindings: arm: qcom: add Sony Xperia SP
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 22/06/2025 20:26, Antony Kurniawan Soemardi wrote:
> Document the Sony Xperia SP (huashan), which uses the MSM8960T SoC.
> 
> The MSM8960T is a variant of the MSM8960 featuring an upgraded GPU
> (Adreno 320 instead of Adreno 225) and a slightly overclocked CPU
> (1.7GHz instead of 1.5GHz).
> 
> Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof