From nobody Sat May 10 04:39:23 2025 Delivered-To: importer2@patchew.org Received-SPF: pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; envelope-from=linux-kernel-owner@vger.kernel.org; helo=vger.kernel.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail(p=quarantine dis=quarantine) header.from=ti.com Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mx.zohomail.com with SMTP id 1626791056024326.8971828322025; Tue, 20 Jul 2021 07:24:16 -0700 (PDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236900AbhGTNmj (ORCPT ); Tue, 20 Jul 2021 09:42:39 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:40400 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239759AbhGTNhE (ORCPT ); Tue, 20 Jul 2021 09:37:04 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 16KEGtfS017387; Tue, 20 Jul 2021 09:16:55 -0500 Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 16KEGt6A123923 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 20 Jul 2021 09:16:55 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 20 Jul 2021 09:16:55 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 20 Jul 2021 09:16:55 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 16KEGh4p044909; Tue, 20 Jul 2021 09:16:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1626790615; bh=jRqIjyuV4yPBm3eY9DnX0ruwSfmMCaR2lq/9iFfkwp0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=jJmQX42f0CR8yR+jDAZW2MyvDGsLx2VWtn8ypG/leZuLh1+C/urrQg+sJNTli7c0d NxGjf36yIpe7HHi3LJDGjhKhT0t7QnFUznaJysWirouiAVbrivlkGWCKZqFfa2Cx52 Tfx/RPIrSMo5+9ayfRKvk6SEImRp7KE2zQCIE8+k= From: Aswath Govindraju CC: , , , Nishanth Menon , Tero Kristo , Rob Herring , Marc Kleine-Budde , Lokesh Vutla , Aswath Govindraju Subject: [PATCH 2/6] arm64: dts: ti: am654-base-board: Disable mcan nodes Date: Tue, 20 Jul 2021 19:46:38 +0530 Message-ID: <20210720141642.24999-3-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210720141642.24999-1-a-govindraju@ti.com> References: <20210720141642.24999-1-a-govindraju@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1626791058104100002 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" AM654 base board does not have mcan instances pinned out. Therefore, disable all the mcan instances. Signed-off-by: Aswath Govindraju --- arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts b/arch/arm64/bo= ot/dts/ti/k3-am654-base-board.dts index cfbcebfa37c1..9043f91c9bec 100644 --- a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts +++ b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts @@ -416,6 +416,14 @@ status =3D "disabled"; }; =20 +&m_can0 { + status =3D "disabled"; +}; + +&m_can1 { + status =3D "disabled"; +}; + &mailbox0_cluster0 { interrupts =3D <436>; =20 --=20 2.17.1