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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73BFFC33C9E for ; Tue, 14 Jan 2020 21:00:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50CC624658 for ; Tue, 14 Jan 2020 21:00:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728783AbgANVAo (ORCPT ); Tue, 14 Jan 2020 16:00:44 -0500 Received: from muru.com ([72.249.23.125]:51004 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbgANVAn (ORCPT ); Tue, 14 Jan 2020 16:00:43 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7D4FE816C; Tue, 14 Jan 2020 21:01:24 +0000 (UTC) Date: Tue, 14 Jan 2020 13:00:39 -0800 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, Matthijs van Duin , Peter Ujfalusi , Tero Kristo Subject: Re: [PATCH] ARM: dts: Configure omap5 AESS Message-ID: <20200114210039.GT5885@atomide.com> References: <20200114150937.18304-1-tony@atomide.com> <52905C15-A2D1-4372-9781-D602D0B274B6@goldelico.com> <20200114164613.GR5885@atomide.com> <20200114171634.GS5885@atomide.com> <632E66D6-47EF-44CF-BF02-B0F5A215D904@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * H. Nikolaus Schaller [200114 18:40]: > I have checked our tree and it is already built into a separate module with > > sound/soc/ti/aess/omap-aess-core.c: { .compatible = "ti,omap4-aess", }, > > So > > > target-module@f1000 { /* 0x401f1000, ap 32 20.0 */ > > ... > > aess: aess { > > compatible = "ti,omap4-aess"; > > status = "disabled"; > > }; > > }; > > would be what we will need. OK good to hear. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: dts: Configure omap5 AESS Date: Tue, 14 Jan 2020 13:00:39 -0800 Message-ID: <20200114210039.GT5885@atomide.com> References: <20200114150937.18304-1-tony@atomide.com> <52905C15-A2D1-4372-9781-D602D0B274B6@goldelico.com> <20200114164613.GR5885@atomide.com> <20200114171634.GS5885@atomide.com> <632E66D6-47EF-44CF-BF02-B0F5A215D904@goldelico.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "H. Nikolaus Schaller" Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Matthijs van Duin , Peter Ujfalusi , Tero Kristo List-Id: linux-omap@vger.kernel.org * H. Nikolaus Schaller [200114 18:40]: > I have checked our tree and it is already built into a separate module with > > sound/soc/ti/aess/omap-aess-core.c: { .compatible = "ti,omap4-aess", }, > > So > > > target-module@f1000 { /* 0x401f1000, ap 32 20.0 */ > > ... > > aess: aess { > > compatible = "ti,omap4-aess"; > > status = "disabled"; > > }; > > }; > > would be what we will need. OK good to hear. Regards, Tony