diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-11-09 10:44:01 +0100 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-18 08:08:36 +0100 |
commit | cac8e787fe182bf62bde77b723ba24a771807f70 (patch) | |
tree | a67aac9990f009cfaac77ffa8f61b285f15d270b /arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts | |
parent | arm64: dts: qcom: qcs404: add base dts files (diff) | |
download | linux-cac8e787fe182bf62bde77b723ba24a771807f70.tar.xz linux-cac8e787fe182bf62bde77b723ba24a771807f70.zip |
arm64: dts: qcom: qcs404-evb: add dts files for EVBs
QCS404 has two EVBs, EVB-1000 and EVB-4000. These boards are mostly
similar with few differences in the peripherals used.
So use a common qcs404-evb.dtsi which contains the common parts and use
qcs404-evb-1000.dts and qcs404-evb-4000.dts for diffs
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts b/arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts new file mode 100644 index 000000000000..11269ad3de0d --- /dev/null +++ b/arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (c) 2018, Linaro Limited + +/dts-v1/; + +#include "qcs404-evb.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. QCS404 EVB 4000"; + compatible = "qcom,qcs404-evb"; +}; |