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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45E6EECAAA3 for ; Fri, 26 Aug 2022 04:56:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235983AbiHZE4r (ORCPT ); Fri, 26 Aug 2022 00:56:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232163AbiHZE4q (ORCPT ); Fri, 26 Aug 2022 00:56:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A351C9A9EB; Thu, 25 Aug 2022 21:56:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3F4D0614CC; Fri, 26 Aug 2022 04:56:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13BA1C433D6; Fri, 26 Aug 2022 04:56:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661489804; bh=b+RI5o5YmlV7YRcmNodCky267Qbp9qGWKb/djtyTr9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O8dMCOkiJ9+1adaxVvCI57NYV6wTFuDAeUni9Yq2MvC9OqpXw+XQgW2U3PPN3j932 a8GYAIdcPzqmZix6WwmN1GX4WQhUY69UKWRU7Elphidac1fuTk/wEb9LLyXZ1nutdt bjW1SdQLyyaqyFqHjQciftd6YKPLYjjC217N+5PGPYRoc2NaL5RK5mH9PTJEdJpufY 1sze9Taxeln4Lf/rI3mGr4YyCt760DIxjcGFpFdqS4tsDQBqtFZQ8+RJNO5qFcduD9 K2HUh6pBrX3PTD+hHCmPRhV1EQY2DlgHbw44IMV4T4T280r+zYu3uIy+lIIrN1rDvv fidonidW8OFwA== Date: Fri, 26 Aug 2022 10:26:39 +0530 From: Vinod Koul To: Douglas Anderson Cc: Bjorn Andersson , Andrew Halaney , Mark Brown , Andy Gross , Konrad Dybcio , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/7] arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed Message-ID: References: <20220825164205.4060647-1-dianders@chromium.org> <20220825094155.7.I6799be85cf36d3b494f803cba767a569080624f5@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220825094155.7.I6799be85cf36d3b494f803cba767a569080624f5@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 25-08-22, 09:42, Douglas Anderson wrote: > This board uses RPMH, specifies "regulator-allow-set-load" for LDOs, > but doesn't specify any modes with "regulator-allowed-modes". > > Prior to commit efb0cb50c427 ("regulator: qcom-rpmh: Implement > get_optimum_mode(), not set_load()") the above meant that we were able > to set either LPM or HPM mode. After that commit (and fixes [1]) we'll > be stuck at the initial mode. Discussion of this has resulted in the > decision that the old dts files were wrong and should be fixed to > fully restore old functionality. > > Let's re-enable the old functionality by fixing the dts. Reviewed-by: Vinod Koul -- ~Vinod