From patchwork Thu Apr 18 11:00:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10907013 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6EEBF922 for ; Thu, 18 Apr 2019 11:01:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 518B6287A8 for ; Thu, 18 Apr 2019 11:01:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4FAEE28C2C; Thu, 18 Apr 2019 11:01:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E289A28C75 for ; Thu, 18 Apr 2019 11:01:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=yHYrdZC5lhoL9etXDoNangWmDiBMCm9IGx4ykGjdIGM=; b=Fn8 Fu+rfchWyxIq7vYmJqsleELIQJp20egzz5su8jkDxJL06SCrJ7kb/+akGAqEo/e+OYve6L18Gym31 AFcIMKQiDDt/WlZdWuJiIVgQd6DNrJAblVLrYb/L5cWs4LkbbxdL8jaV58hbmydiCVnCwXqb8PS9Y 1yueNArNWK8yik2AbLIcOviPAtsGOgp/aPrKO4AoN6pTPJTmc/aT5vpqz65rUU05VS3mSV7FDYWhW 7GODtA7St9+zUyn25m03oqmhS8VzL/YZWhkpHsBsqmUVnE9BGflVCH06M35Byc57m1LReoutWyMyX t/Wy3nhFwPqie/p+CX3FzW3Lo/vGMNA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hH4nJ-0002Qk-T2; Thu, 18 Apr 2019 11:01:29 +0000 Received: from relmlor2.renesas.com ([210.160.252.172] helo=relmlie6.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hH4nE-0002Q7-FM for linux-arm-kernel@lists.infradead.org; Thu, 18 Apr 2019 11:01:27 +0000 X-IronPort-AV: E=Sophos;i="5.60,365,1549897200"; d="scan'208";a="13441696" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 18 Apr 2019 20:01:17 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 38BDA4010DE3; Thu, 18 Apr 2019 20:01:13 +0900 (JST) From: Fabrizio Castro To: Catalin Marinas , Will Deacon Subject: [PATCH] arm64: defconfig: Enable TDA19988 Date: Thu, 18 Apr 2019 12:00:55 +0100 Message-Id: <1555585255-30665-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190418_040124_618442_4C5FF1EE X-CRM114-Status: GOOD ( 10.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabrizio Castro , Chris Paterson , Heiko Stuebner , Geert Uytterhoeven , Marc Gonzalez , ebiharaml@si-linux.co.jp, Bjorn Andersson , linux-renesas-soc@vger.kernel.org, Enric Balletbo i Serra , Andy Gross , Jagan Teki , Olof Johansson , Simon Horman , Shawn Guo , linux-arm-kernel@lists.infradead.org, Biju Das MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The EK874 board comes with a TDA19988 chip on board, therefore enable it in the defconfig. Signed-off-by: Fabrizio Castro --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 17daa97..19a900d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -496,6 +496,7 @@ CONFIG_VIDEO_SUN6I_CSI=m CONFIG_VIDEO_RENESAS_FCP=m CONFIG_VIDEO_RENESAS_VSP1=m CONFIG_DRM=m +CONFIG_DRM_I2C_NXP_TDA998X=m CONFIG_DRM_NOUVEAU=m CONFIG_DRM_EXYNOS=m CONFIG_DRM_EXYNOS5433_DECON=y