arm64: dts: qcom: qcs404-evb: Change the compatible to distinguish platforms

The compatible flag should be different for each board to match
with the dtb and to let the bootloader pick the appropriate dtb.

Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org>
Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
Khasim Syed Mohammed 2019-03-04 21:14:24 +01:00 committed by Andy Gross
parent d1fe337337
commit 3efd4352ba
2 changed files with 4 additions and 2 deletions

View File

@ -7,5 +7,6 @@
/ {
model = "Qualcomm Technologies, Inc. QCS404 EVB 1000";
compatible = "qcom,qcs404-evb";
compatible = "qcom,qcs404-evb-1000", "qcom,qcs404-evb",
"qcom,qcs404";
};

View File

@ -8,7 +8,8 @@
/ {
model = "Qualcomm Technologies, Inc. QCS404 EVB 4000";
compatible = "qcom,qcs404-evb";
compatible = "qcom,qcs404-evb-4000", "qcom,qcs404-evb",
"qcom,qcs404";
};
&ethernet {