ARM: dts: msm: add initial dts support for SDM455 MTP devices
Add initial device trees for SDM455 MTP devices Change-Id: I8b8f3038ae435db9ea87c7e6a72d79e82f72806f Signed-off-by: Teng Fei Fan <tengfei@codeaurora.org>
This commit is contained in:
parent
e106251f0f
commit
e21205e333
4 changed files with 66 additions and 1 deletions
|
@ -289,7 +289,8 @@ dtb-$(CONFIG_ARCH_SDM630) += sdm630-rumi.dtb \
|
|||
sdm630-headset-jacktype-no-cdp.dtb \
|
||||
sdm630-headset-jacktype-no-rcm.dtb \
|
||||
sdm630-pm660a-headset-jacktype-no-cdp.dtb \
|
||||
sdm630-pm660a-headset-jacktype-no-rcm.dtb
|
||||
sdm630-pm660a-headset-jacktype-no-rcm.dtb \
|
||||
sdm455-mtp.dtb
|
||||
|
||||
ifeq ($(CONFIG_ARM64),y)
|
||||
always := $(dtb-y)
|
||||
|
|
31
arch/arm/boot/dts/qcom/sdm455-mtp.dts
Normal file
31
arch/arm/boot/dts/qcom/sdm455-mtp.dts
Normal file
|
@ -0,0 +1,31 @@
|
|||
/* Copyright (c) 2018, 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 "sdm455.dtsi"
|
||||
#include "sdm630-mtp.dtsi"
|
||||
#include "sdm660-external-codec.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SDM 455 PM660 + PM660L MTP";
|
||||
compatible = "qcom,sdm455-mtp", "qcom,sdm455", "qcom,mtp";
|
||||
qcom,board-id = <8 0>;
|
||||
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>,
|
||||
<0x0001001b 0x0201011a 0x0 0x0>,
|
||||
<0x0001001b 0x0102001a 0x0 0x0>;
|
||||
};
|
||||
|
||||
&tavil_snd {
|
||||
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
||||
};
|
13
arch/arm/boot/dts/qcom/sdm455-mtp.dtsi
Normal file
13
arch/arm/boot/dts/qcom/sdm455-mtp.dtsi
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* Copyright (c) 2018, 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.
|
||||
*/
|
||||
|
||||
#include "sdm630-mtp.dtsi"
|
20
arch/arm/boot/dts/qcom/sdm455.dtsi
Normal file
20
arch/arm/boot/dts/qcom/sdm455.dtsi
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* Copyright (c) 2018, 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.
|
||||
*/
|
||||
|
||||
#include "sdm630.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SDM455";
|
||||
compatible = "qcom,sdm455";
|
||||
qcom,msm-id = <385 0x0>;
|
||||
qcom,msm-name = "SDM455";
|
||||
};
|
Loading…
Add table
Reference in a new issue