From: Johan Hovold <johan+linaro@xxxxxxxxxx> commit 1badd07e4c0e1ecfb187dcba05357c0f3e70e797 upstream. The NVMe regulator has been left enabled by the boot firmware. Mark it as such to avoid disabling the regulator temporarily during boot. Fixes: 45247fe17db2 ("arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree") Cc: stable@xxxxxxxxxxxxxxx # 6.11 Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Reviewed-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20241016145112.24785-5-johan+linaro@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts @@ -206,6 +206,8 @@ pinctrl-0 = <&nvme_reg_en>; pinctrl-names = "default"; + + regulator-boot-on; }; }; Patches currently in stable-queue which might be from johan+linaro@xxxxxxxxxx are queue-6.11/gpiolib-fix-debugfs-dangling-chip-separator.patch queue-6.11/arm64-dts-qcom-x1e80100-qcp-fix-nvme-regulator-boot-glitch.patch queue-6.11/arm64-dts-qcom-x1e80100-fix-pcie4-and-pcie6a-phy-clocks.patch queue-6.11/soc-qcom-pmic_glink-handle-glink-intent-allocation-rejections.patch queue-6.11/arm64-dts-qcom-x1e80100-crd-fix-nvme-regulator-boot-glitch.patch queue-6.11/arm64-dts-qcom-x1e80100-yoga-slim7x-fix-nvme-regulator-boot-glitch.patch queue-6.11/phy-qcom-qmp-usb-legacy-fix-null-deref-on-runtime-suspend.patch queue-6.11/gpiolib-fix-debugfs-newline-separators.patch queue-6.11/phy-qcom-qmp-usb-fix-null-deref-on-runtime-suspend.patch queue-6.11/arm64-dts-qcom-x1e80100-vivobook-s15-fix-nvme-regulator-boot-glitch.patch queue-6.11/phy-qcom-qmp-usbc-fix-null-deref-on-runtime-suspend.patch queue-6.11/arm64-dts-qcom-x1e80100-fix-pcie4-interconnect.patch