From: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
To: horms@verge.net.au, magnus.damm@gmail.com, robh+dt@kernel.org,
pawel.moll@arm.com, mark.rutland@arm.com, galak@codeaurora.org,
linux@arm.linux.org.uk
Cc: laurent.pinchart@ideasonboard.com,
sergei.shtylyov@cogentembedded.com, devicetree@vger.kernel.org,
linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Subject: [PATCH 1/2] ARM: shmobile: r8a7790: Add JPU device node.
Date: Fri, 24 Jul 2015 16:25:45 +0300 [thread overview]
Message-ID: <1437744346-499-2-git-send-email-mikhail.ulyanov@cogentembedded.com> (raw)
In-Reply-To: <1437744346-499-1-git-send-email-mikhail.ulyanov@cogentembedded.com>
This patch contains device tree node definition for JPEG codec peripheral
found in the Renesas R-Car r8a7790 SoC.
Signed-off-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
---
arch/arm/boot/dts/r8a7790.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 3ae0c3b..e961352 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -872,6 +872,13 @@
status = "disabled";
};
+ jpu: jpeg-codec@fe980000 {
+ compatible = "renesas,jpu-r8a7790";
+ reg = <0 0xfe980000 0 0x10300>;
+ interrupts = <0 272 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp1_clks R8A7790_CLK_JPU>;
+ };
+
clocks {
#address-cells = <2>;
#size-cells = <2>;
--
2.1.4
next prev parent reply other threads:[~2015-07-24 13:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-24 13:25 [PATCH 0/2] ARM: shmobile: Add JPU device nodes to Renesas R-Car SoCs Mikhail Ulyanov
2015-07-24 13:25 ` Mikhail Ulyanov [this message]
2015-07-24 13:25 ` [PATCH 2/2] ARM: shmobile: r8a7791: Add JPU device node Mikhail Ulyanov
2015-07-28 0:34 ` [PATCH 0/2] ARM: shmobile: Add JPU device nodes to Renesas R-Car SoCs Simon Horman
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=1437744346-499-2-git-send-email-mikhail.ulyanov@cogentembedded.com \
--to=mikhail.ulyanov@cogentembedded.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=horms@verge.net.au \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sergei.shtylyov@cogentembedded.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).