All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable USB host and IOMMU for msm8916
@ 2017-11-01 19:57 Rob Herring
  2017-11-02 15:21 ` Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2017-11-01 19:57 UTC (permalink / raw)
  To: linux-arm-kernel

Add config options needed on DB410c and other msm8916 based boards for
the IOMMU and USB host. The IOMMU is needed to enable the GPU.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 34480e9af2e7..04174704fa17 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -423,6 +423,7 @@ CONFIG_USB_DWC2=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
 CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_ULPI=y
 CONFIG_USB_ISP1760=y
 CONFIG_USB_HSIC_USB3503=y
 CONFIG_NOP_USB_XCEIV=y
@@ -431,6 +432,7 @@ CONFIG_USB_QCOM_8X16_PHY=y
 CONFIG_USB_ULPI=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=m
+CONFIG_USB_ULPI_BUS=y
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y
@@ -510,6 +512,7 @@ CONFIG_HI6220_MBOX=y
 CONFIG_ROCKCHIP_IOMMU=y
 CONFIG_ARM_SMMU=y
 CONFIG_ARM_SMMU_V3=y
+CONFIG_QCOM_IOMMU=y
 CONFIG_RPMSG_QCOM_SMD=y
 CONFIG_RASPBERRYPI_POWER=y
 CONFIG_QCOM_SMEM=y
@@ -534,6 +537,7 @@ CONFIG_PWM_TEGRA=m
 CONFIG_PHY_RCAR_GEN3_USB2=y
 CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_SUN4I_USB=y
+CONFIG_PHY_QCOM_USB_HS=y
 CONFIG_PHY_ROCKCHIP_INNO_USB2=y
 CONFIG_PHY_ROCKCHIP_EMMC=y
 CONFIG_PHY_ROCKCHIP_PCIE=m
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm64: defconfig: enable USB host and IOMMU for msm8916
  2017-11-01 19:57 [PATCH] arm64: defconfig: enable USB host and IOMMU for msm8916 Rob Herring
@ 2017-11-02 15:21 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2017-11-02 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 1, 2017 at 8:57 PM, Rob Herring <robh@kernel.org> wrote:
> Add config options needed on DB410c and other msm8916 based boards for
> the IOMMU and USB host. The IOMMU is needed to enable the GPU.
>

The USB bits below are already taken care in a patch from Alex Elder 2
weeks ago, see [1]

The IOMMU bit has been applied by Arnd already as well, see [2]

[1] https://patchwork.kernel.org/patch/10008457
[2] https://patchwork.kernel.org/patch/9999911/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-02 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 19:57 [PATCH] arm64: defconfig: enable USB host and IOMMU for msm8916 Rob Herring
2017-11-02 15:21 ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.