From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 4135F37DE8A; Wed, 20 May 2026 18:37:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779302268; cv=none; b=H52KtANnKKfh0b5APdlamUbRy10xcdJCCdte69k2kfrgv4Pr2gM8UZkZvquJtafW9Ei6pTyFoxM4TJwwW5nQ0cIp5PvB/u7ofHt+Pvi6xCtHxwCC8J3EPwGMvkSeYF8P0EDTLqD8W8AKFnirOJUngL4HTarH3MnHBqyOAeW7Qhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779302268; c=relaxed/simple; bh=/epQhi+pQCPj70cvMw6WnrP4c7SIcjgrZhM6YP2DRc0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gdbQMn3FNsWjtBnotDgxq0OfsU++VbrcdZR+GNTjYLPoNKRX72aHmQSk9FRT5ACLDRWE4MLjb/0HG3SzlOs6NpUuZItwKkZHULI9SntsxhzkQ23hfakoyFtmOOHi6IzTdvm3DdsWqDcW7kyZbqjI1MYHYB00HegzkwI5nOj/EaY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=C9o2Psu3; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="C9o2Psu3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A67631F000E9; Wed, 20 May 2026 18:37:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779302267; bh=iJF0AOvaIK2fFpYTP6lcmU/xwd4/aE1nx/c4mUg5Yfk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=C9o2Psu3kGTcqhuIjhiv0oWQkYcGA//gtlq38+9FPDmKhth/NlbgMOtqbpjv03GAp N54v0lUGTyjpN94/Gc8TNzzi3nAQ1GkFY3n+ldTSuDjmfbkdHD7POVbG3RKopigulT dAy9uA9VYkiQCAJknj/QdU5EN+gYZh6QIei43pW4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, David Heidelberg , Konrad Dybcio , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.6 201/508] arm64: dts: qcom: sdm845-xiaomi-beryllium: Mark l1a regulator as powered during boot Date: Wed, 20 May 2026 18:20:24 +0200 Message-ID: <20260520162102.993223507@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162058.573354582@linuxfoundation.org> References: <20260520162058.573354582@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: David Heidelberg [ Upstream commit 3b0dd81eea6b7a239fce456ce4545af76f1a9715 ] The regulator must be on, since it provides the display subsystem and therefore the bootloader had turned it on before Linux booted. Fixes: 77809cf74a8c ("arm64: dts: qcom: Add support for Xiaomi Poco F1 (Beryllium)") Signed-off-by: David Heidelberg Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20260320-beryllium-booton-v2-1-931d1be21eae@ixit.cz Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi index 9d6faeb656244..f0a185b559ec0 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi @@ -147,6 +147,7 @@ vreg_l1a_0p875: ldo1 { regulator-min-microvolt = <880000>; regulator-max-microvolt = <880000>; regulator-initial-mode = ; + regulator-boot-on; }; vreg_l5a_0p8: ldo5 { -- 2.53.0