Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1284552 > unrolled thread
| Started by | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| First post | 2015-12-05 14:20 +0100 |
| Last post | 2015-12-08 11:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node Chen-Yu Tsai <wens@csie.org> - 2015-12-05 14:20 +0100
Re: [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-12-08 11:10 +0100
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Date | 2015-12-05 14:20 +0100 |
| Subject | [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node |
| Message-ID | <qCkUN-1wZ-13@gated-at.bofh.it> |
The video engine has its own module clock, which also includes a
reset control for it.
Signed-off-by: Chen-Yu Tsai <wens@csie.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2015-12-08 11:10 +0100 |
| Subject | Re: [PATCH resend 6/6] ARM: dts: sun7i: Add VE (Video Engine) module clock node |
| Message-ID | <qDnnA-TA-7@gated-at.bofh.it> |
| In reply to | #1284552 |
[Multipart message — attachments visible in raw view] — view raw
On Sat, Dec 05, 2015 at 09:16:47PM +0800, Chen-Yu Tsai wrote: > The video engine has its own module clock, which also includes a > reset control for it. > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web