From: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
To: Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Emilio Lopez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>,
Michael Turquette
<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node
Date: Sat, 5 Dec 2015 21:16:47 +0800 [thread overview]
Message-ID: <1449321407-4531-7-git-send-email-wens@csie.org> (raw)
In-Reply-To: <1449321407-4531-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
The video engine has its own module clock, which also includes a
reset control for it.
Signed-off-by: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
---
arch/arm/boot/dts/sun7i-a20.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 21169c0a6627..0940a788f824 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -527,6 +527,15 @@
"dram_de_mp", "dram_ace";
};
+ ve_clk: clk@01c2013c {
+ #clock-cells = <0>;
+ #reset-cells = <0>;
+ compatible = "allwinner,sun4i-a10-ve-clk";
+ reg = <0x01c2013c 0x4>;
+ clocks = <&pll4>;
+ clock-output-names = "ve";
+ };
+
codec_clk: clk@01c20140 {
#clock-cells = <0>;
compatible = "allwinner,sun4i-a10-codec-clk";
--
2.6.2
next prev parent reply other threads:[~2015-12-05 13:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-05 13:16 [PATCH resend 0/6] ARM: sunxi: Add support for A10/A20 Video Engine clocks Chen-Yu Tsai
[not found] ` <1449321407-4531-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-12-05 13:16 ` [PATCH resend 1/6] clk: sunxi: Add DRAM gates support for sun4i-a10 Chen-Yu Tsai
2015-12-07 8:58 ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 2/6] clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i Chen-Yu Tsai
[not found] ` <1449321407-4531-3-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-12-07 19:23 ` Jens Kuske
2015-12-08 10:02 ` Maxime Ripard
2015-12-11 4:09 ` Chen-Yu Tsai
2015-12-05 13:16 ` [PATCH resend 3/6] ARM: dts: sun4i: Add DRAM gates Chen-Yu Tsai
[not found] ` <1449321407-4531-4-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-12-07 8:59 ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 4/6] ARM: dts: sun4i: Add VE (Video Engine) module clock node Chen-Yu Tsai
[not found] ` <1449321407-4531-5-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-12-08 10:06 ` Maxime Ripard
2015-12-05 13:16 ` [PATCH resend 5/6] ARM: dts: sun7i: Add DRAM gates Chen-Yu Tsai
2015-12-07 9:21 ` Maxime Ripard
2015-12-05 13:16 ` Chen-Yu Tsai [this message]
[not found] ` <1449321407-4531-7-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
2015-12-08 10:06 ` [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node Maxime Ripard
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=1449321407-4531-7-git-send-email-wens@csie.org \
--to=wens-jday2fn1rrm@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
/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).