diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-18 04:12:27 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-02-24 00:14:15 +0300 |
commit | 4558e9b3190906d8d7f03ad60c39204dd7a5fcee (patch) | |
tree | fc8f702874cba1de5ca371a11581c762e0d564f6 /arch/arm64/boot/dts/qcom/msm8996-mtp.dts | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-4558e9b3190906d8d7f03ad60c39204dd7a5fcee.tar.xz |
arm64: dts: Add msm8996 SoC and MTP board support
Add initial device tree support for the Qualcomm MSM8996 SoC and
MTP8996 evaluation board.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8996-mtp.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996-mtp.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-mtp.dts b/arch/arm64/boot/dts/qcom/msm8996-mtp.dts new file mode 100644 index 000000000000..619af44a595d --- /dev/null +++ b/arch/arm64/boot/dts/qcom/msm8996-mtp.dts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/dts-v1/; + +#include "msm8996-mtp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. MSM 8996 MTP"; + compatible = "qcom,msm8996-mtp"; +}; |