From patchwork Tue Jun 6 16:06:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13269416 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 B0403C7EE29 for ; Tue, 6 Jun 2023 16:07:25 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YzGFAMWcf/CKBNJz3yUyMBKhvuBY6/ezL5RE4wlVnKQ=; b=HSmwpcL+oR7YRD MT0OhgDS1uwvQkK1hN/hRmW2pMtPeZzO5Sx9blnUJ8cmiSZQJF79JEo9SGaW5TWJrsLpkb/9CDQfg u3b+5I2n1IgCnUXQ4oxWRkoWvbXwN3aHI1a8Z0b7wSTkyRdn2K8GeQ3vIEUmJ5m95KmU8Z3HPU9MV xftMBU+/QYbmhrjkJWdI/8rgchW8Ko4QhIPn9zBv5Kn9W1bLYowthi06SVPO5yeRyQfrtLanR8n2P 4269+LA7kmss4scnf+nrSuf9ZLNjFIBusapGdzA1WUEI0zPSbhZuhsjiVellKoOPqkAcrLuc35vt5 qqS242dhIV+02OpiEi6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6ZCy-002MR8-0C; Tue, 06 Jun 2023 16:06:56 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q6ZCs-002MOb-33 for linux-arm-kernel@lists.infradead.org; Tue, 06 Jun 2023 16:06:52 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 356G6ilQ041975; Tue, 6 Jun 2023 11:06:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686067604; bh=eW/CipUwFu0H9iANgIzTqJvB1pFqL2DvV2cPEY8jHh8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=uK8Jiae2SXQJeXC6VUXqBkd/ypSHaRGn8ZPXybNk7OC5RPO1dAXHGNj/CPuoWL2VT DzTbFE+5YB6w07UJKDYaWPsCzAqrEbjMRk5tw3Lspe8t0wu3PKBTH5vStLx1/hlpwI KaJwvGhNZ7/mcRiavW/4jJPA3NWEPqk8lzsjCOH0= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 356G6ihF022779 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Jun 2023 11:06:44 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 6 Jun 2023 11:06:44 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 6 Jun 2023 11:06:44 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 356G6iXd014067; Tue, 6 Jun 2023 11:06:44 -0500 From: Nishanth Menon To: Conor Dooley , Krzysztof Kozlowski , Rob Herring CC: , , , Tero Kristo , Vignesh Raghavendra , Jan Kiszka , Andrew Davis , Nishanth Menon Subject: [PATCH V2 2/4] arm64: dts: ti: k3-am65-main: Fix mcan node name Date: Tue, 6 Jun 2023 11:06:41 -0500 Message-ID: <20230606160643.3618390-3-nm@ti.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230606160643.3618390-1-nm@ti.com> References: <20230606160643.3618390-1-nm@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230606_090651_132421_C5D3CF3E X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org s/mcan/can to stay in sync with bindings conventions. Signed-off-by: Nishanth Menon --- No change since V1 V1: https://lore.kernel.org/r/20230424144949.244135-5-nm@ti.com arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi index 5dfa31840e9c..c2519d4607a5 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi @@ -227,7 +227,7 @@ mcu_udmap: dma-controller@285c0000 { }; }; - m_can0: mcan@40528000 { + m_can0: can@40528000 { compatible = "bosch,m_can"; reg = <0x0 0x40528000 0x0 0x400>, <0x0 0x40500000 0x0 0x4400>; @@ -243,7 +243,7 @@ m_can0: mcan@40528000 { status = "disabled"; }; - m_can1: mcan@40568000 { + m_can1: can@40568000 { compatible = "bosch,m_can"; reg = <0x0 0x40568000 0x0 0x400>, <0x0 0x40540000 0x0 0x4400>;