mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 13:45:08 +07:00
3efd4352ba
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>
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
// Copyright (c) 2018, Linaro Limited
|
|
|
|
/dts-v1/;
|
|
|
|
#include "qcs404-evb.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS404 EVB 1000";
|
|
compatible = "qcom,qcs404-evb-1000", "qcom,qcs404-evb",
|
|
"qcom,qcs404";
|
|
};
|