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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BD85C001B0 for ; Mon, 24 Jul 2023 16:23:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229661AbjGXQWx (ORCPT ); Mon, 24 Jul 2023 12:22:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229771AbjGXQWw (ORCPT ); Mon, 24 Jul 2023 12:22:52 -0400 Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D43BB90; Mon, 24 Jul 2023 09:22:50 -0700 (PDT) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id B3715209ED; Mon, 24 Jul 2023 18:22:48 +0200 (CEST) Date: Mon, 24 Jul 2023 18:22:44 +0200 From: Francesco Dolcini To: Judith Mendez Cc: Francesco Dolcini , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1 1/2] arm64: dts: ti: k3-am62: Add MCU MCAN nodes Message-ID: References: <20230724133612.37366-1-francesco@dolcini.it> <20230724133612.37366-2-francesco@dolcini.it> <42044653-cc22-131a-bf1b-e68ddfa0ff9d@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42044653-cc22-131a-bf1b-e68ddfa0ff9d@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Judith, On Mon, Jul 24, 2023 at 11:06:24AM -0500, Judith Mendez wrote: > On 7/24/23 8:36 AM, Francesco Dolcini wrote: > > From: Judith Mendez > > > > On AM62x there are no hardware interrupts routed to A53 GIC > > interrupt controller for MCU MCAN IPs, so MCU MCAN nodes were > > omitted from MCU dtsi. > > > > Timer polling was introduced in commits [1][2] so now add MCU MCAN nodes > > to the MCU dtsi for the Cortex A53. > > > > [1] b382380c0d2d ("can: m_can: Add hrtimer to generate software interrupt") > > [2] bb410c03b999 ("dt-bindings: net: can: Remove interrupt properties for MCAN") > > > > Signed-off-by: Judith Mendez > > [fd: fixed labels to match datasheet numbering, revised commit message, > > fixed reg/reg-names order] > > Signed-off-by: Francesco Dolcini > > --- ... > Thanks for sending this patch, will also send for AM62ax. Please have a look at the couple of changes I did: - corrected the label to be coherent with the datasheet and the other peripheral names - inverted "m_can" and "message_ram" regs/regs-names to fix a binding checker error. These might be relevant also for the AM62a. Francesco