arm: dts: qcom: use qcom,msm8974pro for pro devices
Use new qcom,msm8974pro compatible string instead of qcom,msm8974 to clearly mark that the device is using the Pro version of the SoC. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221128131550.858724-2-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
2e62303fb8
commit
1477cca864
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
model = "Fairphone 2";
|
||||
compatible = "fairphone,fp2", "qcom,msm8974";
|
||||
compatible = "fairphone,fp2", "qcom,msm8974pro", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
model = "Samsung Galaxy S5";
|
||||
compatible = "samsung,klte", "qcom,msm8974";
|
||||
compatible = "samsung,klte", "qcom,msm8974pro", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
model = "Sony Xperia Z2 Tablet";
|
||||
compatible = "sony,xperia-castor", "qcom,msm8974";
|
||||
compatible = "sony,xperia-castor", "qcom,msm8974pro", "qcom,msm8974";
|
||||
chassis-type = "tablet";
|
||||
|
||||
aliases {
|
||||
|
Loading…
x
Reference in New Issue
Block a user