From patchwork Sun Oct 13 08:08:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Masney X-Patchwork-Id: 11187303 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 65313139A for ; Sun, 13 Oct 2019 08:08:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 469CF206B7 for ; Sun, 13 Oct 2019 08:08:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=onstation.org header.i=@onstation.org header.b="eAWPAgXh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729145AbfJMIIs (ORCPT ); Sun, 13 Oct 2019 04:08:48 -0400 Received: from onstation.org ([52.200.56.107]:42520 "EHLO onstation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728861AbfJMIIN (ORCPT ); Sun, 13 Oct 2019 04:08:13 -0400 Received: from localhost.localdomain (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 20CFA3F23F; Sun, 13 Oct 2019 08:08:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=onstation.org; s=default; t=1570954092; bh=RFVcO9gNV5m28sPqWhNYJuMIlJLrDv2gh/shvbSVCKM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eAWPAgXhu/zLzu/tIO9VKC21LDCT1yLHYXIU2BBh3mm5Bj60waonRBKKpK+YpjaKT iL0LRToFu87l/7LLYHFqgQLzBSkhyH+ODJDhNeNMqIqB6moDQLXnaUmwAoEHnR+unz FO2GvpasrZqWSfegYO5Q2ZfR3kJjOzZf1s1foEsw= From: Brian Masney To: agross@kernel.org, bjorn.andersson@linaro.org Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/5] ARM: qcom_defconfig: add anx78xx HDMI bridge support Date: Sun, 13 Oct 2019 04:08:02 -0400 Message-Id: <20191013080804.10231-4-masneyb@onstation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191013080804.10231-1-masneyb@onstation.org> References: <20191013080804.10231-1-masneyb@onstation.org> MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add the Analogix anx78xx driver so that the external display over HDMI can be used on Nexus 5 phones. Signed-off-by: Brian Masney --- arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 32fc8a24e5c7..f95cc49a1ddb 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -149,6 +149,7 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_DRM=y CONFIG_DRM_MSM=m CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_ANALOGIX_ANX78XX=m CONFIG_FB=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_LCD_CLASS_DEVICE is not set