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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 886A6C43219 for ; Thu, 3 Nov 2022 12:45:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230324AbiKCMp4 (ORCPT ); Thu, 3 Nov 2022 08:45:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230094AbiKCMpg (ORCPT ); Thu, 3 Nov 2022 08:45:36 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8BE431208D; Thu, 3 Nov 2022 05:45:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 472E180EE; Thu, 3 Nov 2022 12:35:57 +0000 (UTC) Date: Thu, 3 Nov 2022 14:45:30 +0200 From: Tony Lindgren To: Dmitry Torokhov Cc: Mark Brown , Liam Girdwood , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm: omap2: n8x0: stop instantiating codec platform data Message-ID: References: <20221102232004.1721864-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221102232004.1721864-1-dmitry.torokhov@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dmitry Torokhov [221102 23:10]: > As of 0426370b58b2 ("ARM: dts: omap2420-n810: Correct the audio codec > (tlv320aic33) node") the DTS properly specifies reset GPIO, and the > device name in auxdata lookup table does not even match the one in > device tree anymore, so stop instantiating it. Acked-by: Tony Lindgren