[PATCH 1/5] dt-bindings: qcom: Add Sony Xperia 10 V

Konrad Dybcio posted 5 patches 2 years, 4 months ago
Only 4 patches received!
[PATCH 1/5] dt-bindings: qcom: Add Sony Xperia 10 V
Posted by Konrad Dybcio 2 years, 4 months ago
The SM6375-based Xperia 10 V is veeery similar to the previous year 10 IV,
sharing a common base motherboard design.

The software configuration however is somewhat different, which requires
us to allow using qcom,msm/board-id on sm6375. Sad.

Document the device.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index adbfaea32343..766d7e1c9db3 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -941,6 +941,7 @@ properties:
       - items:
           - enum:
               - sony,pdx225
+              - sony,pdx235
           - const: qcom,sm6375
 
       - items:
@@ -1086,6 +1087,7 @@ allOf:
               - qcom,sm6115
               - qcom,sm6125
               - qcom,sm6350
+              - qcom,sm6375
               - qcom,sm7225
               - qcom,sm8150
               - qcom,sm8250

-- 
2.41.0
Re: [PATCH 1/5] dt-bindings: qcom: Add Sony Xperia 10 V
Posted by Krzysztof Kozlowski 2 years, 4 months ago
On 18/08/2023 17:23, Konrad Dybcio wrote:
> The SM6375-based Xperia 10 V is veeery similar to the previous year 10 IV,
> sharing a common base motherboard design.
> 
> The software configuration however is somewhat different, which requires
> us to allow using qcom,msm/board-id on sm6375. Sad.
> 
> Document the device.

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

Best regards,
Krzysztof
Re: [PATCH 1/5] dt-bindings: qcom: Add Sony Xperia 10 V
Posted by Konrad Dybcio 2 years, 3 months ago
On 19.08.2023 11:36, Krzysztof Kozlowski wrote:
> On 18/08/2023 17:23, Konrad Dybcio wrote:
>> The SM6375-based Xperia 10 V is veeery similar to the previous year 10 IV,
>> sharing a common base motherboard design.
>>
>> The software configuration however is somewhat different, which requires
>> us to allow using qcom,msm/board-id on sm6375. Sad.
>>
>> Document the device.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Please hold on with merging this, I may have found a way to massage
the bootloader hard enough to skip msm-id on many platforms..
Still experimenting though!

Konrad