Loading Documentation/devicetree/bindings/mhi/msm_mhi_dev.txt +12 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,18 @@ Required properties: - qcom,mhi-ep-msi: End point MSI number. - qcom,mhi-version: MHI specification version supported by the device. Optional property: - qcom,use-ipa-software-channel: If property is present use IPA hardware accelerated path for MHI software channel data transfers between host and device. - qcom,mhi-config-iatu: If property is present map the control and data region between host and device using iatu. - qcom,mhi-interrupt: If property is present register for mhi interrupt. - qcom,mhi-local-pa-base: The physical base address on the device used by the MHI device driver to map the control and data region with the MHI driver on the host. This property is required if iatu property qcom,mhi-config-iatu is present. Example: mhi: qcom,msm-mhi-dev { Loading drivers/platform/msm/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ config GPIO_USB_DETECT config MSM_MHI_DEV tristate "Modem Device Interface Driver" depends on EP_PCIE && IPA depends on EP_PCIE && IPA3 help This kernel module is used to interact with PCIe Root complex supporting MHI protocol. MHI is a data transmission protocol Loading drivers/platform/msm/mhi_dev/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ obj-y += mhi.o obj-y += mhi_ring.o obj-y += mhi_uci.o obj-y += mhi_sm.o obj-y += mhi_dev_net.o Loading
Documentation/devicetree/bindings/mhi/msm_mhi_dev.txt +12 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,18 @@ Required properties: - qcom,mhi-ep-msi: End point MSI number. - qcom,mhi-version: MHI specification version supported by the device. Optional property: - qcom,use-ipa-software-channel: If property is present use IPA hardware accelerated path for MHI software channel data transfers between host and device. - qcom,mhi-config-iatu: If property is present map the control and data region between host and device using iatu. - qcom,mhi-interrupt: If property is present register for mhi interrupt. - qcom,mhi-local-pa-base: The physical base address on the device used by the MHI device driver to map the control and data region with the MHI driver on the host. This property is required if iatu property qcom,mhi-config-iatu is present. Example: mhi: qcom,msm-mhi-dev { Loading
drivers/platform/msm/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ config GPIO_USB_DETECT config MSM_MHI_DEV tristate "Modem Device Interface Driver" depends on EP_PCIE && IPA depends on EP_PCIE && IPA3 help This kernel module is used to interact with PCIe Root complex supporting MHI protocol. MHI is a data transmission protocol Loading
drivers/platform/msm/mhi_dev/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -4,3 +4,4 @@ obj-y += mhi.o obj-y += mhi_ring.o obj-y += mhi_uci.o obj-y += mhi_sm.o obj-y += mhi_dev_net.o