From: <gregkh@linuxfoundation.org>
To: plaes@plaes.org, gregkh@linuxfoundation.org,
maxime.ripard@free-electrons.com
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output" has been added to the 4.6-stable tree
Date: Sat, 04 Jun 2016 12:30:51 -0700 [thread overview]
Message-ID: <1465068651175119@kroah.com> (raw)
This is a note to let you know that I've just added the patch titled
ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
to the 4.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-sun4i-dt-enable-dram-gate-5-tve0-clock-for-simplefb-tv-output.patch
and it can be found in the queue-4.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From bec38aaafd9ec1463dd3857f02bc029707e4213d Mon Sep 17 00:00:00 2001
From: Priit Laes <plaes@plaes.org>
Date: Thu, 24 Mar 2016 21:52:16 +0200
Subject: ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output
From: Priit Laes <plaes@plaes.org>
commit bec38aaafd9ec1463dd3857f02bc029707e4213d upstream.
Seems like dram_gate 5 was forgotten when DRAM gate driver was added.
Enable it.
Fixes: 82f8582feef4 (ARM: dts: sun4i: Add DRAM gates)
Signed-off-by: Priit Laes <plaes@plaes.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm/boot/dts/sun4i-a10.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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";
};
};
Patches currently in stable-queue which might be from plaes@plaes.org are
queue-4.6/arm-sun7i-dt-enable-dram-gate-5-tve0-clock-for-simplefb-tv-output.patch
queue-4.6/arm-sun4i-dt-enable-dram-gate-5-tve0-clock-for-simplefb-tv-output.patch
reply other threads:[~2016-06-04 19:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1465068651175119@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=maxime.ripard@free-electrons.com \
--cc=plaes@plaes.org \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.