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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 959A4C433DF for ; Thu, 14 May 2020 13:40:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5FDEC20728 for ; Thu, 14 May 2020 13:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589463640; bh=jNuPA/dabcue1FHcKH317SrIIgVTgh/73Xfhxy1N3ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IS53edhbtq5ZH4HjNUCfiQ3FrpAJb8YAVlG/qayQ4tKY+QPhSeVxGOySw0EhzoNVx LK0I4pmVI650KWv/WAZkpsVsIHcNKN/Ofj/LLzuXiDoId5+UbDN8JKarTONgiu3f5N spJ9/oUU3yIfwFrENshZC4t0HY2JNoNUO0GW/Ea8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726051AbgENNkk (ORCPT ); Thu, 14 May 2020 09:40:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:41852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbgENNkj (ORCPT ); Thu, 14 May 2020 09:40:39 -0400 Received: from localhost (unknown [122.182.193.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A18EC20727; Thu, 14 May 2020 13:40:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589463639; bh=jNuPA/dabcue1FHcKH317SrIIgVTgh/73Xfhxy1N3ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tB1h5IvLUjxY1J5AEn8KN6oNNBIqrDgkdylvwL7wrwljvb+G/ffzjvgEUAScfgJAg Dq6VgU6IcGxexhTnCh/1I5MZKjNe9NrLUYDT3z70Y9Uu4jl45A9qpy/qFgYC034rSx r9uiLdhXe4EXqqgf9AvsAHXMruxi9zRtqskYjXJo= Date: Thu, 14 May 2020 19:10:27 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Andy Gross , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: qcom: db820c: Add pmi8994 RPM regulators Message-ID: <20200514134027.GS14092@vkoul-mobl> References: <20200417070303.1376290-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200417070303.1376290-1-bjorn.andersson@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 17-04-20, 00:03, Bjorn Andersson wrote: > The PMI8994 provides 3 SPMS regulators and one boost/bypass regulator. > Define s1 and the boot/bypass and update pm8994 to appropriately > describe the supply from PMI8994. Reviewed-by: Vinod Koul -- ~Vinod