summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAmandeep Singh <amansing@qti.qualcomm.com>2018-10-29 07:25:23 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-29 07:25:23 -0700
commitd10f17c39d7de187896b7442a100a2f43e042108 (patch)
tree59e57c5151a3e3b82de10ce78650fe38add50336 /arch
parent7475bc3d16ddc76bc6c23dc5e16df408642bf994 (diff)
Revert "msm-4.4: dts: mhi: Added and enabled mhi support"
This reverts commit 7475bc3d16ddc76bc6c23dc5e16df408642bf994. Change-Id: Ia9f495862c4e10fb2b0f162160538f12c08de872 Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msm8996.dtsi2
-rw-r--r--arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts37
2 files changed, 1 insertions, 38 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996.dtsi b/arch/arm/boot/dts/qcom/msm8996.dtsi
index 117161ff40cc..95b100e10e5b 100644
--- a/arch/arm/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996.dtsi
@@ -25,7 +25,7 @@
bootargs = "fpsimd.fpsimd_settings=1 app_setting.use_app_setting=1 app_setting.use_32bit_app_setting=1";
};
- aliases: aliases {
+ aliases {
sdhc1 = &sdhc_1; /* SDC1 eMMC slot */
sdhc2 = &sdhc_2; /* SDC2 SD card slot */
smd7 = &smdtty_data1;
diff --git a/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts b/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts
index 0ed6d90c64f3..75631bbb56b8 100644
--- a/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts
+++ b/arch/arm/boot/dts/qcom/msm8996pro-auto-adp.dts
@@ -90,40 +90,3 @@
qcom,smmu-support;
status = "ok";
};
-
-&aliases {
- mhi1 = &mhi;
-};
-
-&mhi {
- compatible = "qcom,mhi";
- qcom,pci-dev_id = <0x1102>;
- qcom,pci-domain = <0>;
- qcom,pci-bus = <1>;
- qcom,pci-slot = <0>;
- qcom,mhi-address-window = <0x0 0x80000000 0x1 0xFFFFFFFF>;
-
- /* RUMI Specific param */
- qcom,mhi-ready-timeout = <600000>;
- qcom,bhi-poll-timeout = <600000>;
- qcom,bhi-alignment = <0x40000>;
-
- /* firmware transfer */
- qcom,mhi-manage-boot;
- qcom,mhi-fw-image = "amss.bin";
- qcom,mhi-max-sbl = <0x40000>;
- qcom,mhi-sg-size = <0x80000>;
-
- /* mhi cntxt parameters */
- mhi-chan-cfg-0 = <0x0 0x80 0x1 0x92>;
- mhi-chan-cfg-1 = <0x1 0x80 0x1 0xa2>;
- mhi-chan-cfg-4 = <0x4 0x80 0x1 0x92>;
- mhi-chan-cfg-5 = <0x5 0x80 0x1 0xa2>;
- mhi-chan-cfg-16 = <0x10 0x40 0x1 0x92>;
- mhi-chan-cfg-17 = <0x11 0x40 0x1 0xa2>;
- mhi-event-rings = <2>;
- mhi-event-cfg-0 = <0xa 0x0 0x1 0 1 0x31>;
- mhi-event-cfg-1 = <0x80 0x1 0x1 0 1 0x31>;
-
- status = "okay";
-};