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 0C840C3F68F for ; Thu, 16 Jan 2020 18:52:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC3CD2053B for ; Thu, 16 Jan 2020 18:52:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389506AbgAPSwv (ORCPT ); Thu, 16 Jan 2020 13:52:51 -0500 Received: from muru.com ([72.249.23.125]:51332 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388673AbgAPSwu (ORCPT ); Thu, 16 Jan 2020 13:52:50 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7722580FC; Thu, 16 Jan 2020 18:53:31 +0000 (UTC) Date: Thu, 16 Jan 2020 10:52:46 -0800 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: Linux-OMAP , =?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: <20200116185246.GV5885@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> <20200114210039.GT5885@atomide.com> <5E0BF30D-2723-4724-89E1-449230758EE2@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5E0BF30D-2723-4724-89E1-449230758EE2@goldelico.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * H. Nikolaus Schaller [200115 12:50]: > > > Am 14.01.2020 um 22:00 schrieb Tony Lindgren : > > > > * 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. > > I have cleaned up my working tree and added your patches and the one > above (without status = "disabled" and could > a) boot well > b) see that the (non-working) aess driver module is loaded through child node > > So you can add my Tested-by: Nikolaus Schaller OK good to hear, thanks for testing! Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: dts: Configure omap5 AESS Date: Thu, 16 Jan 2020 10:52:46 -0800 Message-ID: <20200116185246.GV5885@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> <20200114210039.GT5885@atomide.com> <5E0BF30D-2723-4724-89E1-449230758EE2@goldelico.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5E0BF30D-2723-4724-89E1-449230758EE2-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "H. Nikolaus Schaller" Cc: Linux-OMAP , =?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 [200115 12:50]: > > > Am 14.01.2020 um 22:00 schrieb Tony Lindgren : > > > > * 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. > > I have cleaned up my working tree and added your patches and the one > above (without status = "disabled" and could > a) boot well > b) see that the (non-working) aess driver module is loaded through child node > > So you can add my Tested-by: Nikolaus Schaller OK good to hear, thanks for testing! Tony