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=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 31972C2D0E4 for ; Mon, 23 Nov 2020 18:52:47 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B2A7D20657 for ; Mon, 23 Nov 2020 18:52:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Q4uZHMU8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B2A7D20657 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Es1RCP1xsPkEY0MvHii0NHoTdoKzT97ORK7pguwXXjY=; b=Q4uZHMU805UDaJiRI7T6zJPr+ UZ0V5+uBjI+RrRgMdyA6Ov8dWwBHt6Y36hy7LGLFPRrrf1zln5nVxK3GJCq8OLM/4B+ZVRRt9UA5+ edYfudeUu0oY8J7UzUO7mZ+axfXcoSAydhSnSqLn5sD7KjDHNA5pYA05si56Cz4b/UMYjjc8me2Ve n+bVnIv++terqilDKoltSyK1Cr1/fgmUBcchSQt+MAJzH8D1prq2coJqRlP23YHAUvc++HOduM26d awJP7kmdmFVEM0oWBoHgO4w0zZBb5VdNvh8QwAhfao8Gi1d/sCNVOJpw75vMlhFJ0226frP4rbEY/ FVUAjJStA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khGwo-0000aF-Iy; Mon, 23 Nov 2020 18:52:22 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khGwj-0000Zf-TL for linux-arm-kernel@lists.infradead.org; Mon, 23 Nov 2020 18:52:20 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 75CDC101E; Mon, 23 Nov 2020 10:52:16 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 97FBF3F70D; Mon, 23 Nov 2020 10:52:14 -0800 (PST) Date: Mon, 23 Nov 2020 18:52:08 +0000 From: Cristian Marussi To: Mark Brown Subject: Re: [PATCH v6 4/5] dt-bindings: arm: add support for SCMI Regulators Message-ID: <20201123185141.GE56553@e120937-lin> References: <20201119191051.46363-1-cristian.marussi@arm.com> <20201119191051.46363-5-cristian.marussi@arm.com> <20201123173008.GK6322@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201123173008.GK6322@sirena.org.uk> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201123_135218_066488_D074AB79 X-CRM114-Status: GOOD ( 13.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, satyakim@qti.qualcomm.com, f.fainelli@gmail.com, vincent.guittot@linaro.org, robh@kernel.org, Jonathan.Cameron@Huawei.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.quinlan@broadcom.com, sudeep.holla@arm.com, souvik.chakravarty@arm.com, etienne.carriere@linaro.org, lukasz.luba@arm.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 23, 2020 at 05:30:08PM +0000, Mark Brown wrote: > On Thu, Nov 19, 2020 at 07:10:50PM +0000, Cristian Marussi wrote: > > > +This binding uses the common regulator binding[6] but, due to SCMI abstractions, > > +supports only a subset of its properties as specified below amongst Optional > > +properties. > > > +Required properties: > > + - reg : shall identify an existent SCMI Voltage Domain. > > > +Optional properties: > > + - regulator-name > > + - regulator-min-microvolt / regulator-max-microvolt > > + - regulator-always-on / regulator-boot-on > > + - regulator-max-step-microvolt > > + - regulator-coupled-with / regulator-coupled-max-spread > > Please send a followup patch removing this stuff about only specific > properties being supported, that's just asking for bitrot and is equally > true for most regulator drivers - people shouldn't have to do do an > audit of every single regulator driver to add a generic feature. Ok I'll remove any reference to partial SCMI regulator support. Thanks Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel