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 DDA3EC433EF for ; Mon, 11 Apr 2022 01:11:35 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=f9MbiK1DRh4kT6L5rFX86yx0N5UUTDjcurplBOf0vyU=; b=SKrDOkAOGXQINM Ys1QTgcPU54Xp28HW4DYS4h6/moN/q0yGwbkSBjp17/ke6i3ecbJ+0SN2hIa/Q1Eyth6Rg8mjF77p drlURDfv1c8BvSMPwRBEOp5q3f+aSRNK+57IliI0G9uv9wz4orISiM4ircQDn09EMKck2xYsVEhC1 znrOwYojSNDCEJ4bS5LWsyFIPwYK0YTBpUFrw9N4ZZK07+h9OKurdmzQKZxMimjnyRSFcxfQEbshB FJXLL5cASbxwPOwPbyX6nbgbpX5Eo/l3dPMFf/aizt4+Xzn+GaDj5WgX/ikXJviLihBcHxdjIUssh lFae/kC4B/n5tfb+NJYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndiZG-0063Ej-HN; Mon, 11 Apr 2022 01:10:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndiZD-0063De-IX for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2022 01:10:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4B46260F2B; Mon, 11 Apr 2022 01:10:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 645E8C385A4; Mon, 11 Apr 2022 01:10:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649639405; bh=V27AlgohWVc2Evg+Q5EFShADKTT2hXwfDyxyT15WNEs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H7/rx8zEk6iEe0Fv/CdewnJ+LA67kJE3usJd4aVP2EGSG3gRnLiT2K+1pTMSJ5tYi sgW8up/utiXPIeLG/j5hAmNuNLOhbrGTh9F5zDfk/sOhqdaW7NOVRJ80emoCR0vixv uHlGQssclX5/k5+QZS3IUrn1Y/xqxqLRVAcwH/PbtYVdL/jBIlnYed2+OUVEFpSQn/ hP7UyAURjGHwh89rs992LZkKXF+OJEamYeeXEjUXjSuypl+Ed+5Ylgt0jRUn7GZ5Nb s7QJhZz5TBeA9iil67UKrXlRcoEzNiht079BrM8se33156IoUUbym7+OaavTJQDDad GoeyJozzAedxw== Date: Mon, 11 Apr 2022 09:09:52 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Adam Ford , Fabio Estevam , Peng Fan , NXP Linux Team Subject: Re: [PATCH] arm64: dts: imx8mn: Fix SAI nodes Message-ID: <20220411010952.GZ129381@dragon> References: <20220403234205.767583-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220403234205.767583-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220410_181007_687841_1A9660D8 X-CRM114-Status: GOOD ( 10.58 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Apr 04, 2022 at 01:42:05AM +0200, Marek Vasut wrote: > The most specific compatible string element should be "fsl,imx8mn-sai" > on i.MX8M Nano, fix it from current "fsl,imx8mm-sai" (two Ms, likely > due to copy-paste error from i.MX8M Mini). > > Fixes: 9e9860069725f ("arm64: dts: imx8mn: Add SAI nodes") > Signed-off-by: Marek Vasut > Cc: Adam Ford > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Shawn Guo > Cc: NXP Linux Team > To: linux-arm-kernel@lists.infradead.org Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel