From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752086AbeECKgG (ORCPT ); Thu, 3 May 2018 06:36:06 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39772 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbeECKgC (ORCPT ); Thu, 3 May 2018 06:36:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 03 May 2018 16:06:01 +0530 From: Amit Nischal To: Stephen Boyd Cc: Michael Turquette , Stephen Boyd , Andy Gross , David Brown , Rajendra Nayak , Odelu Kukatla , Taniya Das , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk-owner@vger.kernel.org Subject: Re: [PATCH 2/2] clk: qcom: Add video clock controller driver for SDM845 In-Reply-To: <152528682776.138124.2183943878215041610@swboyd.mtv.corp.google.com> References: <1524576771-31096-1-git-send-email-anischal@codeaurora.org> <1524576771-31096-3-git-send-email-anischal@codeaurora.org> <152521087780.138124.7623601052057968460@swboyd.mtv.corp.google.com> <152528682776.138124.2183943878215041610@swboyd.mtv.corp.google.com> Message-ID: User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-05-03 00:17, Stephen Boyd wrote: > Quoting Nischal, Amit (2018-05-02 00:56:35) >> >> >> Thanks for the review. >> As of now, there are no resets defined for VIDEOCC. So I will move >> the #reset-cells tooptional property in the dt-binding. >> Same will be updated in the next patch series. > > Please don't make it optional. It should be required in the binding, > because there are resets in the hardware. If you don't want to add them > into the driver, that's ok, but it isn't really that hard to add them > so > why not add them? There is no reset client for VideoCC so that's why we have not added them in the driver file. However, I will make "#reset-cells" as required property in the dt-binding. > -- > To unsubscribe from this list: send the line "unsubscribe linux-clk" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html