Skip to content

Commit 7d6481c

Browse files
okiasgregkh
authored andcommitted
arm64: dts: qcom: sdm845-xiaomi-beryllium: Mark l1a regulator as powered during boot
[ Upstream commit 3b0dd81 ] The regulator must be on, since it provides the display subsystem and therefore the bootloader had turned it on before Linux booted. Fixes: 77809cf ("arm64: dts: qcom: Add support for Xiaomi Poco F1 (Beryllium)") Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260320-beryllium-booton-v2-1-931d1be21eae@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 03d523e commit 7d6481c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
regulator-min-microvolt = <880000>;
148148
regulator-max-microvolt = <880000>;
149149
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
150+
regulator-boot-on;
150151
};
151152

152153
vreg_l5a_0p8: ldo5 {

0 commit comments

Comments
 (0)