From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040AbdJKPTi (ORCPT ); Wed, 11 Oct 2017 11:19:38 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:50202 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751475AbdJKPTh (ORCPT ); Wed, 11 Oct 2017 11:19:37 -0400 X-Google-Smtp-Source: AOwi7QD0wXex6Qr3k2PR22FunkKEr/CFJJTi5E9fEAB45PvtEdZZyT4vlOXv3JWC86ap3oKkoslIBw== From: Nicolas Dechesne To: andy.gross@linaro.org, catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, robdclark@gmail.com, Nicolas Dechesne Subject: [PATCH] arm64: defconfig: Enable QCOM_IOMMU Date: Wed, 11 Oct 2017 17:19:25 +0200 Message-Id: <20171011151925.30909-1-nicolas.dechesne@linaro.org> X-Mailer: git-send-email 2.14.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable QCOM IOMMU driver for 'B' family devices, such as APQ8016 found on the Dragonboard 410c. With this change, graphics console and GPU are working fine (using mesa/freedreno for GPU driver). Signed-off-by: Nicolas Dechesne --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 34480e9af2e7..653f7149179a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -510,6 +510,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 -- 2.14.2