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 D3BC7C433F5 for ; Fri, 17 Dec 2021 12:14:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236056AbhLQMO5 (ORCPT ); Fri, 17 Dec 2021 07:14:57 -0500 Received: from muru.com ([72.249.23.125]:39476 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbhLQMOz (ORCPT ); Fri, 17 Dec 2021 07:14:55 -0500 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D549480FB; Fri, 17 Dec 2021 12:15:37 +0000 (UTC) Date: Fri, 17 Dec 2021 14:14:53 +0200 From: Tony Lindgren To: Jayesh Choudhary Cc: robh+dt@kernel.org, bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt Message-ID: References: <20211125105326.17000-1-j-choudhary@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211125105326.17000-1-j-choudhary@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jayesh Choudhary [211125 12:56]: > Fix the property name 'rx-num-evt'. > > Signed-off-by: Jayesh Choudhary > --- > The modification has not been tested. It needs to be tested > to ensure that there are no regressions. Thanks adding into omap-for-v5.17/fixes-not-urgent. Tony