Message ID | 20230818-topic-10v-v1-1-dbb6464223c6@linaro.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Xperia 10 V support | expand |
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
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
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
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(+)