From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031976AbdDTN6f (ORCPT ); Thu, 20 Apr 2017 09:58:35 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36001 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031668AbdDTN6d (ORCPT ); Thu, 20 Apr 2017 09:58:33 -0400 Date: Thu, 20 Apr 2017 08:58:31 -0500 From: Rob Herring To: Icenowy Zheng Cc: Maxime Ripard , Chen-Yu Tsai , David Airlie , Jernej Skrabec , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v4 01/11] dt-bindings: add binding for the Allwinner DE2 CCU Message-ID: <20170420135831.owkaymplu4tbzdzs@rob-hp-laptop> References: <20170416120849.54542-1-icenowy@aosc.io> <20170416120849.54542-2-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170416120849.54542-2-icenowy@aosc.io> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 16, 2017 at 08:08:39PM +0800, Icenowy Zheng wrote: > Allwinner "Display Engine 2.0" contains some clock controls in it. > > In order to add them as clock drivers, we need a device tree binding. > Add the binding here. > > Signed-off-by: Icenowy Zheng > --- > Changes in v4: > - Dropped the leading 0 in clock@1000000 . > Changes in v3: > - Fill the address space length of DE2 CCU to 0x100000, just reach the start of mixer0. > > .../devicetree/bindings/clock/sun8i-de2.txt | 31 ++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/sun8i-de2.txt Acked-by: Rob Herring