From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:33460 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbcFDTaw (ORCPT ); Sat, 4 Jun 2016 15:30:52 -0400 Subject: Patch "ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output" has been added to the 4.6-stable tree To: plaes@plaes.org, gregkh@linuxfoundation.org, maxime.ripard@free-electrons.com Cc: , From: Date: Sat, 04 Jun 2016 12:30:51 -0700 Message-ID: <1465068651123100@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ARM: sun7i: 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-sun7i-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 know about it. >>From 4b8ccef22fb547007ac38c4e5a28a773adee1e6e Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Thu, 24 Mar 2016 21:52:17 +0200 Subject: ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output From: Priit Laes commit 4b8ccef22fb547007ac38c4e5a28a773adee1e6e upstream. Seems like dram_gate 5 was forgotten when DRAM gating driver was added. Add it. Fixes: 0b4bf5a5200b (ARM: dts: sun7i: Add DRAM gates) Signed-off-by: Priit Laes Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/sun7i-a20.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -85,8 +85,9 @@ compatible = "allwinner,simple-framebuffer", "simple-framebuffer"; allwinner,pipeline = "de_be0-lcd0-tve0"; - clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>, - <&ahb_gates 44>, <&dram_gates 26>; + clocks = <&pll5 1>, + <&ahb_gates 34>, <&ahb_gates 36>, <&ahb_gates 44>, + <&dram_gates 5>, <&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