Commit 3efd4352 authored by Khasim Syed Mohammed's avatar Khasim Syed Mohammed Committed by Andy Gross

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: default avatarKhasim Syed Mohammed <khasim.mohammed@linaro.org>
Signed-off-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent d1fe3373
......@@ -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";
};
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment