From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965466AbcIHNf3 (ORCPT ); Thu, 8 Sep 2016 09:35:29 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:43700 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756863AbcIHNf1 (ORCPT ); Thu, 8 Sep 2016 09:35:27 -0400 MIME-Version: 1.0 In-Reply-To: <20160908094843.14710-8-maxime.ripard@free-electrons.com> References: <20160908094843.14710-1-maxime.ripard@free-electrons.com> <20160908094843.14710-8-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Thu, 8 Sep 2016 21:35:00 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 7/8] clk: sunxi-ng: Add A23 CCU To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , Chen-Yu Tsai , Hans de Goede , Mylene Josserand , linux-clk , devicetree , linux-arm-kernel , linux-kernel , Thomas Petazzoni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 8, 2016 at 5:48 PM, Maxime Ripard wrote: > Add support for the clock unit found in the A23. Due to the similarities > with the A33, it also shares its clock IDs to allow sharing the DTSI. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai