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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7077AC43460 for ; Wed, 14 Apr 2021 00:19:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5274E61246 for ; Wed, 14 Apr 2021 00:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243451AbhDNAUB (ORCPT ); Tue, 13 Apr 2021 20:20:01 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:54406 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232014AbhDNAT7 (ORCPT ); Tue, 13 Apr 2021 20:19:59 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 13E0JX7i067148; Tue, 13 Apr 2021 19:19:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1618359573; bh=sEGInDbcMqD++Zf5TwJWUkYhc0xiMzNmlOwCydvtiDs=; h=From:To:CC:Subject:Date; b=SWvlFy6uzV8joefzEbkp1Gsw/FsSTFBlkLuqedYN7h13p0NYUtUTdFiw2ZGMlG8oQ QO89rl0J64rTSRvpc6PEfM5SQc1dc8SAHGa35OptO858Xu6aJEx8peuoCpw/d9ciSI ynJOPRwWaE0UN1vrpo6BFgeEmyl0oB1K+/ZS9SDs= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 13E0JXaJ092218 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 13 Apr 2021 19:19:33 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 13 Apr 2021 19:19:33 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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 via Frontend Transport; Tue, 13 Apr 2021 19:19:33 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 13E0JX6d098322; Tue, 13 Apr 2021 19:19:33 -0500 From: Nishanth Menon To: Santosh Shilimkar CC: Rob Herring , , , , , Nishanth Menon Subject: [PATCH] ARM: dts: keystone-k2g: Rename message-manager node Date: Tue, 13 Apr 2021 19:19:26 -0500 Message-ID: <20210414001926.20002-1-nm@ti.com> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rename message-manager instance node name to be better aligned with current style of device tree nodes for mailboxes. Signed-off-by: Nishanth Menon --- Santosh: - This is'nt critical to queue up for 5.13-rc1 window, but just getting it out of the way. I noticed it as I was converting the binding to yaml. (patch for yaml conversion for the node follows) arch/arm/boot/dts/keystone-k2g.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index 05a75019275e..e5c813b5556d 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -242,7 +242,7 @@ dsp0: dsp@10800000 { status = "disabled"; }; - msgmgr: msgmgr@2a00000 { + msgmgr: mailbox@2a00000 { compatible = "ti,k2g-message-manager"; #mbox-cells = <2>; reg-names = "queue_proxy_region", -- 2.31.0