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