Skip to content

Commit

Permalink
Merge tag 'LA.UM.8.3.r1-06300-sdm845.0' into canting-4.9-q
Browse files Browse the repository at this point in the history
"LA.UM.8.3.r1-06300-sdm845.0"

Change-Id: I45bb5d77ca3c2b190d629f45c3e7837497b6e13f
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
  • Loading branch information
Khusika Dhamar Gusti committed Oct 23, 2019
2 parents 7458233 + 7dca888 commit d6965f3
Show file tree
Hide file tree
Showing 60 changed files with 643 additions and 181 deletions.
9 changes: 7 additions & 2 deletions Documentation/devicetree/bindings/sound/qcom-audio-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,11 @@ Example:
compatible = "qcom,msm-dai-q6-dev";
qcom,msm-dai-q6-dev-id = <32770>;
};

qcom,msm-dai-q6-incall-music-dl-rx {
compatible = "qcom,msm-dai-q6-dev";
qcom,msm-dai-q6-dev-id = <32774>;
};
};

qcom,msm-pri-auxpcm {
Expand Down Expand Up @@ -2642,7 +2647,7 @@ Example:
<&incall_record_tx>, <&incall_music_rx>,
<&dai_pri_tdm_rx_0>, <&dai_pri_tdm_tx_0>,
<&dai_sec_tdm_rx_0>, <&dai_sec_tdm_tx_0>,
<&dai_sec_auxpcm>;
<&dai_sec_auxpcm>, <&incall_music_dl_rx>;
asoc-cpu-names = "msm-dai-q6-auxpcm.1",
"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
"msm-dai-stub-dev.4", "msm-dai-stub-dev.5",
Expand All @@ -2653,7 +2658,7 @@ Example:
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
"msm-dai-q6-tdm.36864", "msm-dai-q6-tdm.36865",
"msm-dai-q6-tdm.36880", "msm-dai-q6-tdm.36881",
"msm-dai-q6-auxpcm.2";
"msm-dai-q6-auxpcm.2", "msm-dai-q6-dev.32774";
asoc-codec = <&tlv320aic3x_codec>, <&stub_codec>;
asoc-codec-names = "tlv320aic3x-codec", "msm-stub-codec.1";
};
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
sa415m-ccard.dtb \
sa415m-ccard-pcie-ep.dtb \
sa415m-ccard-usb-ep.dtb \
sa415m-ttp-pcie-ep.dtb \
sa415m-ttp-usb-ep.dtb \
sa415m-mtp-256.dtb \
sa415m-cdp.dtb \
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/qcom/sa415m-cdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
&mss_mem {
reg = <0x86400000 0x9300000>;
};

&smb138x {
status = "disabled";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/qcom/sa415m-mtp-256.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
&mss_mem {
reg = <0x86400000 0x9300000>;
};

&smb138x {
status = "disabled";
};
65 changes: 65 additions & 0 deletions arch/arm/boot/dts/qcom/sa415m-ttp-pcie-ep.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
/* Copyright (c) 2019, 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 "sa415m-ttp.dtsi"
#include "sdxpoorwills-v2.dtsi"

/ {
model = "Qualcomm Technologies, Inc. SA415M TTP PCIE-EP";
compatible = "qcom,sa415m-ttp",
"qcom,sdxpoorwills", "qcom,ttp";
qcom,board-id = <30 0x101>;
};

&mss_mem {
reg = <0x86400000 0x9300000>;
};

&usb {
/delete-property/ iommus;
};

&pcie_ep {
status = "okay";
};

&ipa_hw {
qcom,use-ipa-in-mhi-mode;
qcom,ipa-config-is-auto;
qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

&cnss_pcie {
status = "disabled";
};

&pcie0 {
status = "disabled";
};

&mhi_device {
status = "okay";
};

&restart_pshold {
qcom,force-warm-reboot;
};

&ipc_router_mhi_dev_xprt {
status = "okay";
};

&mhi_net_device {
status = "okay";
};
8 changes: 6 additions & 2 deletions arch/arm/boot/dts/qcom/sa415m-ttp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
};
cnss_pcie: qcom,cnss {
compatible = "qcom,cnss";
reg = <0x10000000 0x10000000>,
<0x20000000 0x10000>;
reg = <0xa0000000 0x10000000>,
<0xb0000000 0x10000>;
reg-names = "smmu_iova_base", "smmu_iova_ipa";

wlan-en-gpio = <&tlmm 52 0>;
Expand Down Expand Up @@ -91,6 +91,10 @@
};
};

&smb138x {
status = "disabled";
};

&i2c_4 {
status = "okay";

Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/qcom/sa415m-v2-cdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
&mss_mem {
reg = <0x86400000 0x9300000>;
};

&smb138x {
status = "disabled";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/qcom/sa415m-v2-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
&mss_mem {
reg = <0x86400000 0x9300000>;
};

&smb138x {
status = "disabled";
};
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/qcom/sdx-audio-lpass.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
compatible = "qcom,msm-dai-q6-dev";
qcom,msm-dai-q6-dev-id = <32773>;
};

incall_music_dl_rx: qcom,msm-dai-q6-incall-music-dl-rx {
compatible = "qcom,msm-dai-q6-dev";
qcom,msm-dai-q6-dev-id = <32774>;
};
};

pcm_dtmf: qcom,msm-pcm-dtmf {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/qcom/sdxpoorwills-audio.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<&incall_record_tx>, <&incall_music_rx>,
<&dai_pri_tdm_rx_0>, <&dai_pri_tdm_tx_0>,
<&dai_sec_tdm_rx_0>, <&dai_sec_tdm_tx_0>,
<&dai_sec_auxpcm>;
<&dai_sec_auxpcm>, <&incall_music_dl_rx>;
asoc-cpu-names = "msm-dai-q6-auxpcm.1",
"msm-dai-q6-mi2s.0", "msm-dai-q6-mi2s.1",
"msm-dai-stub-dev.4", "msm-dai-stub-dev.5",
Expand All @@ -50,6 +50,6 @@
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
"msm-dai-q6-tdm.36864", "msm-dai-q6-tdm.36865",
"msm-dai-q6-tdm.36880", "msm-dai-q6-tdm.36881",
"msm-dai-q6-auxpcm.2";
"msm-dai-q6-auxpcm.2", "msm-dai-q6-dev.32774";
};
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom/sdxpoorwills-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
config {
pins = "gpio76", "gpio77";
drive-strength = <2>;
bias-disable;
bias-pull-up;
};
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/qcom/sdxpoorwills-regulator.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
regulator-name = "pmxpoorwills_s1_level";
qcom,set = <RPMH_REGULATOR_SET_ALL>;
regulator-min-microvolt =
<RPMH_REGULATOR_LEVEL_MIN_SVS>;
<RPMH_REGULATOR_LEVEL_RETENTION>;
regulator-max-microvolt = <RPMH_REGULATOR_LEVEL_MAX>;
};
};
Expand Down Expand Up @@ -391,7 +391,7 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-enable-ramp-delay = <100>;
gpio = <&tlmm 96 GPIO_ACTIVE_HIGH>;
gpio = <&tlmm 83 GPIO_ACTIVE_HIGH>;
enable-active-high;
};

Expand All @@ -401,7 +401,7 @@
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
regulator-enable-ramp-delay = <100>;
gpio = <&tlmm 83 GPIO_ACTIVE_HIGH>;
gpio = <&tlmm 96 GPIO_ACTIVE_HIGH>;
enable-active-high;
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/qcom/sdxpoorwills.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@
"eth_rgmii_clk", "eth_slave_ahb_clk";
qcom,phy-intr-redirect = <&tlmm 84 GPIO_ACTIVE_LOW>;
qcom,phy-reset = <&tlmm 85 GPIO_ACTIVE_LOW>;
qcom,phy-reset-delay-msecs = <10>;
vreg_rgmii-supply = <&vreg_rgmii>;
vreg_emac_phy-supply = <&vreg_emac_phy>;
vreg_rgmii_io_pads-supply = <&vreg_rgmii_io_pads>;
Expand Down
7 changes: 6 additions & 1 deletion arch/arm/configs/msm8909-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ CONFIG_MSM_ISP_V1=y
CONFIG_MSM_ISPIF=y
CONFIG_QCOM_KGSL=y
CONFIG_FB=y
CONFIG_FB_MSM=y
CONFIG_FB_MSM_MDSS=y
CONFIG_FB_MSM_MDSS_DSI_CTRL_STATUS=y
CONFIG_FB_MSM_MDSS_MDP3=y
CONFIG_FB_MSM_MDSS_XLOG_DEBUG=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_SOUND=y
Expand Down Expand Up @@ -382,7 +387,6 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_QPNP=y
CONFIG_DMADEVICES=y
CONFIG_QCOM_SPS_DMA=y
CONFIG_SYNC_FILE=y
CONFIG_UIO=y
CONFIG_UIO_MSM_SHAREDMEM=y
CONFIG_STAGING=y
Expand All @@ -394,6 +398,7 @@ CONFIG_SPS=y
CONFIG_SPS_SUPPORT_NDP_BAM=y
CONFIG_QPNP_REVID=y
CONFIG_USB_BAM=y
CONFIG_MSM_MDSS_PLL=y
CONFIG_REMOTE_SPINLOCK_MSM=y
CONFIG_MAILBOX=y
CONFIG_ARM_SMMU=y
Expand Down
7 changes: 6 additions & 1 deletion arch/arm/configs/msm8909_defconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ CONFIG_MSM_ISPIF=y
CONFIG_QCOM_KGSL=y
CONFIG_FB=y
CONFIG_FB_VIRTUAL=y
CONFIG_FB_MSM=y
CONFIG_FB_MSM_MDSS=y
CONFIG_FB_MSM_MDSS_DSI_CTRL_STATUS=y
CONFIG_FB_MSM_MDSS_MDP3=y
CONFIG_FB_MSM_MDSS_XLOG_DEBUG=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_LOGO=y
Expand Down Expand Up @@ -422,7 +427,6 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_QPNP=y
CONFIG_DMADEVICES=y
CONFIG_QCOM_SPS_DMA=y
CONFIG_SYNC_FILE=y
CONFIG_UIO=y
CONFIG_UIO_MSM_SHAREDMEM=y
CONFIG_STAGING=y
Expand All @@ -436,6 +440,7 @@ CONFIG_SPS=y
CONFIG_SPS_SUPPORT_NDP_BAM=y
CONFIG_QPNP_REVID=y
CONFIG_USB_BAM=y
CONFIG_MSM_MDSS_PLL=y
CONFIG_REMOTE_SPINLOCK_MSM=y
CONFIG_MAILBOX=y
CONFIG_ARM_SMMU=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/configs/msm8937go-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ CONFIG_ARM_MODULE_PLTS=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_PROCESS_RECLAIM=y
CONFIG_SECCOMP=y
CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE=y
Expand Down Expand Up @@ -362,7 +363,6 @@ CONFIG_GPIO_QPNP_PIN=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_QCOM=y
CONFIG_QCOM_DLOAD_MODE=y
CONFIG_POWER_SUPPLY=y
CONFIG_QPNP_FG=y
CONFIG_SMB135X_CHARGER=y
CONFIG_SMB1360_CHARGER_FG=y
Expand Down Expand Up @@ -460,6 +460,7 @@ CONFIG_HID_ELECOM=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MULTITOUCH=y
CONFIG_HID_SONY=y
CONFIG_USB_HIDDEV=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/configs/msm8937go_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ CONFIG_ARM_MODULE_PLTS=y
CONFIG_CMA=y
CONFIG_CMA_DEBUGFS=y
CONFIG_ZSMALLOC=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_PROCESS_RECLAIM=y
CONFIG_SECCOMP=y
CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE=y
Expand Down Expand Up @@ -368,7 +369,6 @@ CONFIG_GPIO_QPNP_PIN=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_QCOM=y
CONFIG_QCOM_DLOAD_MODE=y
CONFIG_POWER_SUPPLY=y
CONFIG_QPNP_FG=y
CONFIG_SMB135X_CHARGER=y
CONFIG_SMB1360_CHARGER_FG=y
Expand Down Expand Up @@ -467,6 +467,7 @@ CONFIG_HID_ELECOM=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MULTITOUCH=y
CONFIG_HID_SONY=y
CONFIG_USB_HIDDEV=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
Expand Down
6 changes: 4 additions & 2 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ dtb-$(CONFIG_ARCH_SDM845) += sdm845-sim.dtb \
sdm845-4k-panel-qrd.dtb \
sdm845-interposer-sdm670-mtp.dtb \
sdm845-interposer-sdm670-cdp.dtb \
sdm845-v2.1-rb3.dtb
sdm845-v2.1-rb3.dtb \
sdm845-v2.1-mtp.dtb
endif
endif

Expand Down Expand Up @@ -803,7 +804,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \
sda429-cdp.dtb \
sdm429-spyro.dtb \
sdm429-spyro-dvt.dtb \
sdm429-spyro-wdp.dtb
sdm429-spyro-wdp.dtb \
sdw3300-bg-1gb-wtp.dtb

endif

Expand Down
Loading

0 comments on commit d6965f3

Please sign in to comment.