From: Andy Gross <andy.gross@ti.com>
To: linux-omap@vger.kernel.org
Cc: Benoit Cousson <bicousson@ti.com>,
Santosh Shilimkar <santosh.shilimkar@ti.com>,
devicetree-discuss@lists.ozlabs.org, Nishanth Menon <nm@ti.com>,
Andy Gross <andy.gross@ti.com>
Subject: [PATCH 1/2] ARM: dts: OMAP4+: Add DMM bindings
Date: Tue, 19 Mar 2013 23:43:43 -0500 [thread overview]
Message-ID: <1363754624-5209-2-git-send-email-andy.gross@ti.com> (raw)
In-Reply-To: <1363754624-5209-1-git-send-email-andy.gross@ti.com>
Add DMM bindings for OMAP4 and OMAP5 devices.
Signed-off-by: Andy Gross <andy.gross@ti.com>
---
arch/arm/boot/dts/omap4.dtsi | 7 +++++++
arch/arm/boot/dts/omap5.dtsi | 7 +++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index ddfc54a..749fe83 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -624,5 +624,12 @@
ram-bits = <12>;
ti,has-mailbox;
};
+
+ dmm: dmm@4e000000 {
+ compatible = "ti,dmm";
+ reg = <0x4e000000 0x800>;
+ interrupts = <0 113 0x4>;
+ ti,hwmods = "dmm";
+ };
};
};
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index b760c11..c2d2ecc 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -650,5 +650,12 @@
ctrl-module = <&omap_control_usb>;
};
};
+
+ dmm: dmm@4e000000 {
+ compatible = "ti,dmm";
+ reg = <0x4e000000 0x800>;
+ interrupts = <0 113 0x4>;
+ ti,hwmods = "dmm";
+ };
};
};
--
1.7.5.4
next prev parent reply other threads:[~2013-03-20 4:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-20 4:43 [PATCH 0/2] ARM: dts: OMAP4+: Add dmm device bindings Andy Gross
2013-03-20 4:43 ` Andy Gross [this message]
2013-03-20 5:59 ` [PATCH 1/2] ARM: dts: OMAP4+: Add DMM bindings Santosh Shilimkar
2013-03-20 4:43 ` [PATCH 2/2] ARM: OMAP2+: Remove dmm device creation Andy Gross
2013-03-20 5:56 ` Santosh Shilimkar
2013-03-20 6:16 ` Archit Taneja
2013-03-20 6:22 ` Santosh Shilimkar
2013-03-20 6:28 ` Gross, Andy
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=1363754624-5209-2-git-send-email-andy.gross@ti.com \
--to=andy.gross@ti.com \
--cc=bicousson@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=santosh.shilimkar@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).