From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754152AbbLIXLx (ORCPT ); Wed, 9 Dec 2015 18:11:53 -0500 Received: from gloria.sntech.de ([95.129.55.99]:36721 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753897AbbLIXLv (ORCPT ); Wed, 9 Dec 2015 18:11:51 -0500 From: Heiko Stuebner To: Rob Herring Cc: Jeffy Chen , linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Kumar Gala , Ian Campbell , Pawel Moll , Mark Rutland , Xing Zheng Subject: Re: [PATCH v1 4/8] dt-bindings: add documentation of rk3228 clock controller Date: Thu, 10 Dec 2015 00:11:38 +0100 Message-ID: <26848197.iMXfor9NuY@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-trunk-amd64; KDE/4.14.13; x86_64; ; ) In-Reply-To: <20151209201200.GA29732@rob-hp-laptop> References: <1449651853-1667-1-git-send-email-jeffy.chen@rock-chips.com> <1449651853-1667-5-git-send-email-jeffy.chen@rock-chips.com> <20151209201200.GA29732@rob-hp-laptop> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, Am Mittwoch, 9. Dezember 2015, 14:12:00 schrieb Rob Herring: > On Wed, Dec 09, 2015 at 05:04:09PM +0800, Jeffy Chen wrote: > > Add the devicetree binding for the cru on the rk3228 which quite similar > > structured as previous clock controllers. > > > > Signed-off-by: Jeffy Chen > > Seems like there is a lot of duplication across Rockchip cru bindings. > Perhaps they should be combined? You're right and I've put that on my list for the near future. > Otherwise: > > Acked-by: Rob Herring Thanks Heiko