From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 17 Aug 2018 18:11:41 +0530 From: Vinod Subject: Re: [PATCH v3 2/2] i2c: Add Qualcomm CCI I2C driver Message-ID: <20180817124141.GF3687@vkoul-mobl> References: <20180806110416.4288-1-vkoul@kernel.org> <20180806110416.4288-3-vkoul@kernel.org> <20180806184555.GC21235@tuxbook-pro> <20180807043017.GF2395@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180807043017.GF2395@vkoul-mobl> To: Bjorn Andersson Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Todor Tomov List-ID: On 07-08-18, 10:00, Vinod wrote: > On 06-08-18, 11:45, Bjorn Andersson wrote: > > The dt binding mentions that a power domain is required for v1.4, but > > there's no support for this in the driver. > > I will check that, yes it is not handled in the driver we have So I discussed this with Todor and found that __genpd_dev_pm_attach in drivers/base/power/domain.c handles the "power-domain" binding. I do not think driver needs to do anything here, this seems handled in core and we need to provide binding, FWIW, the 8996 doesn't work without this -- ~Vinod