Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932813AbcCXEbk (ORCPT ); Thu, 24 Mar 2016 00:31:40 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:48320 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751154AbcCXEbi (ORCPT ); Thu, 24 Mar 2016 00:31:38 -0400 MIME-Version: 1.0 In-Reply-To: <1458751122-23976-9-git-send-email-maxime.ripard@free-electrons.com> References: <1458751122-23976-1-git-send-email-maxime.ripard@free-electrons.com> <1458751122-23976-9-git-send-email-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Thu, 24 Mar 2016 12:31:13 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH v3 08/19] ARM: sun5i: Add DRAM gates To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , David Airlie , Thierry Reding , Rob Herring , Chen-Yu Tsai , Daniel Vetter , devicetree , linux-arm-kernel , linux-kernel , dri-devel , linux-sunxi , Laurent Pinchart , Hans de Goede , Alexander Kaplan , Boris Brezillon , Thomas Petazzoni , Rob Clark Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 417 Lines: 13 On Thu, Mar 24, 2016 at 12:38 AM, Maxime Ripard wrote: > The DRAM gates control whether the image / display devices on the SoC have > access to the DRAM clock or not. > > Enable it. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai I assume you'll add another version for A10s, or move the whole thing to sun5i.dtsi later?