From: Priit.Laes@icefire.ee (Priit Laes)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
Date: Thu, 24 Mar 2016 20:08:39 +0200 [thread overview]
Message-ID: <1458842920-30854-2-git-send-email-Priit.Laes@icefire.ee> (raw)
In-Reply-To: <1458842920-30854-1-git-send-email-Priit.Laes@icefire.ee>
From: Priit Laes <plaes@plaes.org>
Seems like dram_gate 5 was forgotten when DRAM gate driver was added.
Enable it.
Signed-off-by: Priit Laes <plaes@plaes.org>
---
arch/arm/boot/dts/sun4i-a10.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index 2c8f5e6..bf70d0a 100644
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
@@ -96,7 +96,7 @@
allwinner,pipeline = "de_fe0-de_be0-lcd0-tve0";
clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>,
<&ahb_gates 44>, <&ahb_gates 46>,
- <&dram_gates 25>, <&dram_gates 26>;
+ <&dram_gates 5>, <&dram_gates 25>, <&dram_gates 26>;
status = "disabled";
};
};
--
2.5.0
next prev parent reply other threads:[~2016-03-24 18:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 18:08 [PATCH 0/2] ARM: sunxi: dt: Add missing DRAM gate clock for simplefb TV output Priit Laes
2016-03-24 18:08 ` Priit Laes [this message]
2016-03-25 3:03 ` [PATCH 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) " Chen-Yu Tsai
2016-03-24 18:08 ` [PATCH 2/2] ARM: sun7i: " Priit Laes
2016-03-25 3:04 ` Chen-Yu Tsai
2016-03-24 18:45 ` [PATCH 0/2] ARM: sunxi: dt: Add missing DRAM gate clock " 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=1458842920-30854-2-git-send-email-Priit.Laes@icefire.ee \
--to=priit.laes@icefire.ee \
--cc=linux-arm-kernel@lists.infradead.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).