diff options
| author | Johan Hovold <johan+linaro@kernel.org> | 2024-10-16 16:51:09 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-08 16:31:01 +0100 |
| commit | edccb5c7863e1ce3d1f5d51e2a436e392e36ae06 (patch) | |
| tree | 2872a1d5c8f8406d9fe366e60f2837e2d453dc9f | |
| parent | 94dbd62f3cc33edcdeca36a8da564a6b39c268eb (diff) | |
| download | linux-edccb5c7863e1ce3d1f5d51e2a436e392e36ae06.tar.gz linux-edccb5c7863e1ce3d1f5d51e2a436e392e36ae06.tar.bz2 linux-edccb5c7863e1ce3d1f5d51e2a436e392e36ae06.zip | |
arm64: dts: qcom: x1e80100-vivobook-s15: fix nvme regulator boot glitch
commit c6d151f61b6703124e14bc0eae98d05206e36e02 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: d0e2f8f62dff ("arm64: dts: qcom: Add device tree for ASUS Vivobook S 15")
Cc: stable@vger.kernel.org # 6.11
Cc: Xilin Wu <wuxilin123@gmail.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20241016145112.24785-4-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts b/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts index 9caa14dda585..530db0913f91 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts @@ -134,6 +134,8 @@ pinctrl-0 = <&nvme_reg_en>; pinctrl-names = "default"; + + regulator-boot-on; }; }; |
