From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Schwermer Date: Fri, 31 May 2019 10:29:34 +0200 Subject: [U-Boot] [PATCH] regulator: Allow autosetting fixed regulators In-Reply-To: References: <20190531072729.16487-1-sven@svenschwermer.de> Message-ID: <7B1460F3-AFE5-4E49-B7E6-A3226DE1F769@svenschwermer.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > For fixed regulator, will min_uV/max_uV be set to value other > than -ENODATA? I think no. I see this commonly done (see Linux device trees as well as the u-boot device trees) and the kernel documentation seems to encourage it: https://www.kernel.org/doc/Documentation/devicetree/bindings/regulator/fixed-regulator.txt Sven