From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ray Jui Subject: Re: [PATCH 2/3] clk: bcm: Update and add tingray clock entries Date: Fri, 1 Jun 2018 17:47:34 -0700 Message-ID: References: <1527266717-8406-1-git-send-email-ray.jui@broadcom.com> <1527266717-8406-3-git-send-email-ray.jui@broadcom.com> <20180531162556.GA955@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Michael Turquette , Stephen Boyd , Mark Rutland , linux-clk , "linux-kernel@vger.kernel.org" , "maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE" , devicetree@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Pramod Kumar List-Id: devicetree@vger.kernel.org On 6/1/2018 12:02 PM, Rob Herring wrote: > On Fri, Jun 1, 2018 at 12:56 PM, Ray Jui wrote: >> Hi Rob, >> >> On 5/31/2018 9:25 AM, Rob Herring wrote: >>> >>> On Fri, May 25, 2018 at 09:45:16AM -0700, Ray Jui wrote: >>>> >>>> Update and add Stingray clock definitions and tables so they match the >>>> binding document and the latest ASIC datasheet >>>> >>>> Signed-off-by: Pramod Kumar >>>> Signed-off-by: Ray Jui >>>> --- >>>> drivers/clk/bcm/clk-sr.c | 135 >>>> ++++++++++++++++++++++++++++++++----- >>>> include/dt-bindings/clock/bcm-sr.h | 24 +++++-- >>> >>> >>> This goes in the 1st patch. >> >> >> Please help to confirm. You want 1st patch and 2nd patch to be combined into >> a single patch? > > No. include/dt-bindings/* is part of the DT binding, so it goes with > patch 1. The driver in patch 2. > > Rob > Okay got it. Thanks!