From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1DFCAC433EF for ; Tue, 10 May 2022 11:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jUOX5z/pX9nTB/JsmM1PBWnB1+p5AMY6z04tlFioNEU=; b=hKGYVbY4O5Npod mPN/TWcckNXl418PSUx4yBjgpfXVJBFkp6zeceCFTuwZnHIZQou82XWuT6mC7pFERGuauqOKU5WAY wotqDHVo0eAKVfZP5GfytiXh124ylrWwhylqvMqLsRna+uIFw987pG1NpnCNmr+8ro8pQbNMmuFAp dJZWvKofdjcunT47Sm7lZPY26j5CR+5dxgu4WcdY764FuAeR9APaSB/SJdgYw+kh6VorprfvzcbDU sNopn3opeZUIq1YnvIUGWqz2ZIpyMfBxDFDfLWyj260SyaM5aRlkAePuJlwQ2R+sCRrfQSvg+h5Va GnY1KYjw7qJM3mi3gThA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noOTc-001j9a-7W; Tue, 10 May 2022 11:56:28 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noOTY-001j8q-ER for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 11:56:25 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ABDAA11FB; Tue, 10 May 2022 04:56:22 -0700 (PDT) Received: from [10.57.80.111] (unknown [10.57.80.111]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 13F513F66F; Tue, 10 May 2022 04:56:20 -0700 (PDT) Message-ID: <5e214892-8038-35bc-c05d-c467bb51399c@arm.com> Date: Tue, 10 May 2022 12:56:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH] arm64: defconfig: Enable modules for arm displays Content-Language: en-GB To: Mark Brown , Sudeep Holla Cc: carsten.haitzler@foss.arm.com, carsten.haitzler@arm.com, soc@kernel.org, linux-arm-kernel@lists.infradead.org, Liviu Dudau References: <20220509125510.152114-1-carsten.haitzler@foss.arm.com> <20220510111545.uqatdfthc6lv5p7i@bogus> From: Robin Murphy In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_045624_579937_29F3BBBD X-CRM114-Status: GOOD ( 10.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2022-05-10 12:27, Mark Brown wrote: > On Tue, May 10, 2022 at 12:15:45PM +0100, Sudeep Holla wrote: > >> While at it, can we get these too enabled which are needed on JUNO IIUC. >> CONFIG_DRM_I2C_NXP_TDA998X >> CONFIG_DRM_I2C_NXP_TDA9950 > >> Liviu/Robin who use HDLCD more than me on Juno can confirm if these are >> needed or not. I seem to have these for some HDLCD clock testing using SCMI. > > Those two, especially TDA998x, are very widely used so should probably > just be enabled anyway regardless of what's on Juno. Yeah, DRM_I2C_NXP_TDA998X and I2C_DESIGNWARE_PLATFORM are what's needed for Juno, and they've been enabled already for a long time now, so we're good. Thanks, Robin. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel