All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suman Anna <s-anna@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>,
	<linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Suman Anna <s-anna@ti.com>
Subject: [PATCH 1/4] ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
Date: Tue, 18 May 2021 12:36:42 -0500	[thread overview]
Message-ID: <20210518173645.12270-2-s-anna@ti.com> (raw)
In-Reply-To: <20210518173645.12270-1-s-anna@ti.com>

The interrupt-names property is neither defined nor used in either
of the OMAP Mailbox binding or the driver. So, drop them. This is
in preparation for converting the OMAP Mailbox binding to YAML
format.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/boot/dts/omap2420.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi
index 494bf6972005..35f8d1f6878e 100644
--- a/arch/arm/boot/dts/omap2420.dtsi
+++ b/arch/arm/boot/dts/omap2420.dtsi
@@ -192,7 +192,6 @@ mailbox: mailbox@48094000 {
 			compatible = "ti,omap2-mailbox";
 			reg = <0x48094000 0x200>;
 			interrupts = <26>, <34>;
-			interrupt-names = "dsp", "iva";
 			ti,hwmods = "mailbox";
 			#mbox-cells = <1>;
 			ti,mbox-num-users = <4>;
-- 
2.30.1


WARNING: multiple messages have this Message-ID (diff)
From: Suman Anna <s-anna@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Jassi Brar <jaswinder.singh@linaro.org>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
Date: Tue, 18 May 2021 12:36:42 -0500	[thread overview]
Message-ID: <20210518173645.12270-2-s-anna@ti.com> (raw)
In-Reply-To: <20210518173645.12270-1-s-anna@ti.com>

The interrupt-names property is neither defined nor used in either
of the OMAP Mailbox binding or the driver. So, drop them. This is
in preparation for converting the OMAP Mailbox binding to YAML
format.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/boot/dts/omap2420.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi
index 494bf6972005..35f8d1f6878e 100644
--- a/arch/arm/boot/dts/omap2420.dtsi
+++ b/arch/arm/boot/dts/omap2420.dtsi
@@ -192,7 +192,6 @@ mailbox: mailbox@48094000 {
 			compatible = "ti,omap2-mailbox";
 			reg = <0x48094000 0x200>;
 			interrupts = <26>, <34>;
-			interrupt-names = "dsp", "iva";
 			ti,hwmods = "mailbox";
 			#mbox-cells = <1>;
 			ti,mbox-num-users = <4>;
-- 
2.30.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-05-18 17:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 17:36 [PATCH 0/4] Cleanup OMAP Mailbox nodes for YAML binding Suman Anna
2021-05-18 17:36 ` Suman Anna
2021-05-18 17:36 ` Suman Anna [this message]
2021-05-18 17:36   ` [PATCH 1/4] ARM: dts: OMAP2420: Drop interrupt-names from mailbox node Suman Anna
2021-05-18 17:36 ` [PATCH 2/4] ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes Suman Anna
2021-05-18 17:36   ` Suman Anna
2021-05-18 17:36 ` [PATCH 3/4] ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node Suman Anna
2021-05-18 17:36   ` Suman Anna
2021-05-18 17:36 ` [PATCH 4/4] ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names Suman Anna
2021-05-18 17:36   ` Suman Anna
2021-05-27 12:13 ` [PATCH 0/4] Cleanup OMAP Mailbox nodes for YAML binding Tony Lindgren
2021-05-27 12:13   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210518173645.12270-2-s-anna@ti.com \
    --to=s-anna@ti.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.