ARM: dts: apq: add apq8096pro Liquid device support
Add support for apq8096 Liquid devices, using msm8996pro Liquid data as a starting point. Change-Id: I0597d9dbdd7fc1d2e6f4492e90e6fcfd2e80c3fd Signed-off-by: Sanrio Alvares <salvares@codeaurora.org>
This commit is contained in:
parent
60eb84a548
commit
d220700089
3 changed files with 48 additions and 0 deletions
|
@ -39,6 +39,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
|
|||
msm8996pro-pmi8996-mtp.dtb \
|
||||
msm8996pro-pmi8996-pmk8001-cdp.dtb \
|
||||
msm8996pro-pmi8996-pmk8001-mtp.dtb \
|
||||
apq8096pro-liquid.dtb \
|
||||
msm8996-v3.0-pmi8994-cdp.dtb \
|
||||
msm8996-v3.0-pmi8994-mtp.dtb \
|
||||
msm8996-v3.0-pmi8994-pm8004-cdp.dtb \
|
||||
|
|
23
arch/arm/boot/dts/qcom/apq8096pro-liquid.dts
Normal file
23
arch/arm/boot/dts/qcom/apq8096pro-liquid.dts
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* Copyright (c) 2016, 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 "apq8096pro.dtsi"
|
||||
#include "msm8996-liquid.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. APQ 8096 pro LiQUID";
|
||||
compatible = "qcom,apq8096-liquid", "qcom,apq8096", "qcom,liquid";
|
||||
qcom,board-id = <9 0>;
|
||||
};
|
24
arch/arm/boot/dts/qcom/apq8096pro.dtsi
Normal file
24
arch/arm/boot/dts/qcom/apq8096pro.dtsi
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Copyright (c) 2014-2016, 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* As a general rule, only version-specific property overrides should be placed
|
||||
* inside this file. Common device definitions should be placed inside the
|
||||
* msm8996.dtsi file.
|
||||
*/
|
||||
|
||||
#include "msm8996pro.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. APQ 8096 pro";
|
||||
qcom,msm-id = <312 0x20000>;
|
||||
};
|
Loading…
Add table
Reference in a new issue