diff options
Diffstat (limited to 'kernel/arch/arm64/boot/dts/qcom/msm8916-mtp.dts')
-rw-r--r-- | kernel/arch/arm64/boot/dts/qcom/msm8916-mtp.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kernel/arch/arm64/boot/dts/qcom/msm8916-mtp.dts b/kernel/arch/arm64/boot/dts/qcom/msm8916-mtp.dts new file mode 100644 index 000000000..fced77f0f --- /dev/null +++ b/kernel/arch/arm64/boot/dts/qcom/msm8916-mtp.dts @@ -0,0 +1,22 @@ +/* + * 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 "msm8916-mtp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. MSM 8916 MTP"; + compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp-smb1360", + "qcom,msm8916", "qcom,mtp"; +}; |