Merge "ARM: dts: msm: Update audio WDSP entries for sdm660"
This commit is contained in:
commit
2bb237c91a
10 changed files with 335 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -11,6 +11,10 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
pcm0: qcom,msm-pcm {
|
pcm0: qcom,msm-pcm {
|
||||||
compatible = "qcom,msm-pcm-dsp";
|
compatible = "qcom,msm-pcm-dsp";
|
||||||
|
@ -61,6 +65,18 @@
|
||||||
qcom,msm-cpe-lsm-id = <3>;
|
qcom,msm-cpe-lsm-id = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wdsp_mgr: qcom,wcd-dsp-mgr {
|
||||||
|
compatible = "qcom,wcd-dsp-mgr";
|
||||||
|
qcom,wdsp-components = <&wcd934x_cdc 0>,
|
||||||
|
<&wcd_spi_0 1>,
|
||||||
|
<&glink_spi_xprt_wdsp 2>;
|
||||||
|
qcom,img-filename = "cpe_9340";
|
||||||
|
};
|
||||||
|
|
||||||
|
wdsp_glink: qcom,wcd-dsp-glink {
|
||||||
|
compatible = "qcom,wcd-dsp-glink";
|
||||||
|
};
|
||||||
|
|
||||||
compress: qcom,msm-compress-dsp {
|
compress: qcom,msm-compress-dsp {
|
||||||
compatible = "qcom,msm-compress-dsp";
|
compatible = "qcom,msm-compress-dsp";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -23,3 +23,13 @@
|
||||||
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>,
|
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>,
|
||||||
<0x0001001b 0x0201011a 0x0 0x0>;
|
<0x0001001b 0x0201011a 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&tavil_snd {
|
||||||
|
qcom,msm-mbhc-hphl-swh = <0>;
|
||||||
|
qcom,msm-mbhc-gnd-swh = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&tasha_snd {
|
||||||
|
qcom,msm-mbhc-hphl-swh = <0>;
|
||||||
|
qcom,msm-mbhc-gnd-swh = <0>;
|
||||||
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -60,6 +60,30 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&int_codec {
|
&int_codec {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -60,6 +60,30 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&int_codec {
|
&int_codec {
|
||||||
qcom,model = "sdm660-snd-card-mtp";
|
qcom,model = "sdm660-snd-card-mtp";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -23,3 +23,75 @@
|
||||||
qcom,board-id = <1 1>;
|
qcom,board-id = <1 1>;
|
||||||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&slim_aud {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&dai_slim {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9335 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd934x_cdc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&clock_audio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd_rst_gpio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9xxx_intc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tasha_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tavil_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&int_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pmic_analog_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&msm_sdw_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -23,3 +23,75 @@
|
||||||
qcom,board-id = <8 1>;
|
qcom,board-id = <8 1>;
|
||||||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&slim_aud {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&dai_slim {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9335 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd934x_cdc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&clock_audio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd_rst_gpio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9xxx_intc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tasha_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tavil_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&int_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pmic_analog_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&msm_sdw_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -23,3 +23,75 @@
|
||||||
qcom,board-id = <21 1>;
|
qcom,board-id = <21 1>;
|
||||||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&slim_aud {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&dai_slim {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9335 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd934x_cdc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&clock_audio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd_rst_gpio {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wcd9xxx_intc {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tasha_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&tavil_snd {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&int_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pmic_analog_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&msm_sdw_codec {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -60,6 +60,30 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&spi_7 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_mgr {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&wdsp_glink {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_spi_xprt_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_fifo_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
&glink_qos_wdsp {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&int_codec {
|
&int_codec {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -23,3 +23,13 @@
|
||||||
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>,
|
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>,
|
||||||
<0x0001001b 0x0201011a 0x0 0x0>;
|
<0x0001001b 0x0201011a 0x0 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&tavil_snd {
|
||||||
|
qcom,msm-mbhc-hphl-swh = <0>;
|
||||||
|
qcom,msm-mbhc-gnd-swh = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&tasha_snd {
|
||||||
|
qcom,msm-mbhc-hphl-swh = <0>;
|
||||||
|
qcom,msm-mbhc-gnd-swh = <0>;
|
||||||
|
};
|
||||||
|
|
|
@ -2246,8 +2246,6 @@
|
||||||
#include "msm-gdsc-660.dtsi"
|
#include "msm-gdsc-660.dtsi"
|
||||||
#include "sdm660-gpu.dtsi"
|
#include "sdm660-gpu.dtsi"
|
||||||
#include "sdm660-pm.dtsi"
|
#include "sdm660-pm.dtsi"
|
||||||
#include "msm-audio.dtsi"
|
|
||||||
#include "sdm660-audio.dtsi"
|
|
||||||
|
|
||||||
&gdsc_usb30 {
|
&gdsc_usb30 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
@ -2330,6 +2328,8 @@
|
||||||
#include "sdm660-blsp.dtsi"
|
#include "sdm660-blsp.dtsi"
|
||||||
#include "sdm660-camera.dtsi"
|
#include "sdm660-camera.dtsi"
|
||||||
#include "sdm660-vidc.dtsi"
|
#include "sdm660-vidc.dtsi"
|
||||||
|
#include "msm-audio.dtsi"
|
||||||
|
#include "sdm660-audio.dtsi"
|
||||||
|
|
||||||
&pm660l_gpios {
|
&pm660l_gpios {
|
||||||
/* GPIO 7 for VOL_UP */
|
/* GPIO 7 for VOL_UP */
|
||||||
|
|
Loading…
Add table
Reference in a new issue