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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 3E260C64E90 for ; Tue, 1 Dec 2020 01:27:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA84520857 for ; Tue, 1 Dec 2020 01:27:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="PhZpGrir" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727019AbgLAB1M (ORCPT ); Mon, 30 Nov 2020 20:27:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:37104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726684AbgLAB1M (ORCPT ); Mon, 30 Nov 2020 20:27:12 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 055A6206F9; Tue, 1 Dec 2020 01:26:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606785991; bh=qdRdABZgbfTme48h85OWWd/OyKqv2IBF0RreiM9gmu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PhZpGrirFAt2jQrsyl55IO3EHoE6+NQXedce/LVzRCCgNNWMUpGvttv5+TE63mSsP H4eNSidQOy7/gTFg+bjVKzN7PEQY2DkSS5bZhtnWeKtezNPHuvY5zeG9mPiSzrJrIi 7IJf6AwntSAy6q4UcmF8tCCkMStcBLUyHKZ3WK2c= Date: Tue, 1 Dec 2020 09:26:24 +0800 From: Shawn Guo To: Adam Ford Cc: arm-soc , Adam Ford-BE , Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree , Linux Kernel Mailing List Subject: Re: [PATCH V4 2/5] arm64: dts: imx8mn: Enable Asynchronous Sample Rate Converter Message-ID: <20201201012623.GR4072@dragon> References: <20201107115809.1866131-1-aford173@gmail.com> <20201107115809.1866131-2-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Nov 30, 2020 at 06:08:25PM -0600, Adam Ford wrote: > On Wed, Nov 18, 2020 at 5:13 PM Adam Ford wrote: > > > > On Sat, Nov 7, 2020 at 5:58 AM Adam Ford wrote: > > > > > > The driver exists for the Enhanced Asynchronous Sample Rate Converter > > > (EASRC) Controller, but there isn't a device tree entry for it. > > > > > > On the vendor kernel, they put this on a spba-bus for SDMA support. > > > > > > Add the node for the spba-bus with the easrc node inside. > > > > > > Signed-off-by: Adam Ford > > > > Shawn, > > > > I split the dt-binding into a separate patch since I was struggling > > with checking the yaml syntax. Rob helped me find the proper branch > > to use. I hope it goes through this time. > > > > Do you have any comments on the rest of the series? I would like to > > fix them if you have any concerns so I can resend if/when the > > dt-binding is accepted. > > Shawn, > > The dt-binding was accepted per [1]. How do you want me to proceed > for the rest of the series? I can resend the other parts without the > dt-binding if you like. Applied 4 DTS patches, thanks.