From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8799A1DE881; Mon, 2 Jun 2025 13:56:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872615; cv=none; b=VC33Fi7Aog1eS4hlMQMt28aaeoHyY+8J5Zc/rg3RmZlwbk+HecgLuI/uMMOP5XOg7gW2a6+htAqyQft3A6UklpG/O/tWOFrbRH71ZHzF1TIGbdDY+ZT3ENP5xHTt0nHDx23dgS8OvhIh4LKaX+eP2AfnuMJ9qj9LTug+a1nFi5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872615; c=relaxed/simple; bh=HB2pY+vXUzWyJRXIBxqOtBS+kSDko8NSiBi9azkFVcs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GkrafzyCyNJBxY1feDAM1LEEf8jPTaL4LTu4bdVJZrc2uq30TunS5dfulmtO1Plfv71UdGVPFLlCcXb64HpTHxBCZUTAT50XG6kbwxXBnJ4f+hVfkj4SCfKSw3FQo0pAUwBwqjJXDqv+7rstNRy1AhpyoytPUo/supUk/DZwGeE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vy2CEhoK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="vy2CEhoK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DC16C4CEEB; Mon, 2 Jun 2025 13:56:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872615; bh=HB2pY+vXUzWyJRXIBxqOtBS+kSDko8NSiBi9azkFVcs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vy2CEhoKrCdppczPhgmnj9Ts00yTgjporTm0VeYTyjrNLtZaWrHLTTixdSSNSglDt Ecjgl9DiXsJtVRGtNvBakrKd7p3rVl10Ocio2ncIPr43CtIMN/pT4PqSP45N/Itl/x S1s0IjVqvURq8GLslsymR5c/LZUNUu6+HXcKxY7w= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jens Glathe , Konrad Dybcio , Johan Hovold , Bjorn Andersson Subject: [PATCH 6.14 18/73] arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on Date: Mon, 2 Jun 2025 15:47:04 +0200 Message-ID: <20250602134242.417481951@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134241.673490006@linuxfoundation.org> References: <20250602134241.673490006@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Hovold commit 3ab4e212a41c46668adf93c8d10d0d3d6de8f0e4 upstream. The l12b and l15b supplies are used by components that are not (fully) described (and some never will be) and must never be disabled. Mark the regulators as always-on to prevent them from being disabled, for example, when consumers probe defer or suspend. Fixes: 6f18b8d4142c ("arm64: dts: qcom: x1e80100-hp-x14: dt for HP Omnibook X Laptop 14") Cc: stable@vger.kernel.org # 6.14 Cc: Jens Glathe Reviewed-by: Konrad Dybcio Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20250314145440.11371-6-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts @@ -633,6 +633,7 @@ regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; regulator-initial-mode = ; + regulator-always-on; }; vreg_l13b_3p0: ldo13 { @@ -654,6 +655,7 @@ regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-initial-mode = ; + regulator-always-on; }; vreg_l16b_2p9: ldo16 {