Revert "msm-4.4: dts: mhi: Added and enabled mhi support"

This reverts commit 7475bc3d16.

Change-Id: Ia9f495862c4e10fb2b0f162160538f12c08de872
Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
This commit is contained in:
Amandeep Singh 2018-10-29 07:25:23 -07:00 committed by Gerrit - the friendly Code Review server
parent 7475bc3d16
commit d10f17c39d
2 changed files with 1 additions and 38 deletions

View file

@ -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;

View file

@ -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";
};