From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FB85C433DB for ; Mon, 4 Jan 2021 05:57:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2438521D93 for ; Mon, 4 Jan 2021 05:57:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727910AbhADF5H (ORCPT ); Mon, 4 Jan 2021 00:57:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:45276 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725830AbhADF5H (ORCPT ); Mon, 4 Jan 2021 00:57:07 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 696EA20DD4; Mon, 4 Jan 2021 05:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609739786; bh=0ASJg6Br42gLGBYekXD5R7giFhiGZU1ERYZr313ZMoc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aDGgdpPTEEzVblXmYplX6Xah3V5mhfj9d2qstw2rAht6/i8zPA+38ARIJBxbxYk9w WxYzlu1XyoSzDsxswOSGbJKl0LMxzffn2Bdi02bicwHDUDc12+g8lmfTHJf5pUn8NY cq8qOtdpaxm7GMZTUJfRiboesfo9cZe1tLrGepHbX1XNUTy0UnivOlaouoxykZKkc3 c843cJeDw3ER9B0QRRwG2vXorgE6jVDfLwg2zkoxQt1a8uAiVeoKkKMBDJ0wEAneH4 10e6AG9OirxuJX3hhlNLN7eN+NgQOn3iaUzXGDDqWS4o9uxvF49t286vkYuURpjfwh i5Fym3hsazoLg== Date: Mon, 4 Jan 2021 11:26:21 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Liam Girdwood , Mark Brown , linux-arm-msm@vger.kernel.org, Manivannan Sadhasivam , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] regulator: fix pm8009 bindings on sm8250 Message-ID: <20210104055621.GD120946@vkoul-mobl> References: <20201231122348.637917-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201231122348.637917-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 31-12-20, 15:23, Dmitry Baryshkov wrote: > > PM8009 has special revision (P=1), which is to be used for sm8250 > platform. The major difference is the S2 regulator which supplies 0.95 V > instead of 2.848V. Declare regulators data to be used for this chip > revision. The datasheet calls the chip just pm8009-1, so use the same > name. Thanks, this looks sane to me: Reviewed-by: Vinod Koul -- ~Vinod