diff options
| author | Johan Hovold <johan+linaro@kernel.org> | 2024-10-16 16:51:08 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-08 16:31:02 +0100 |
| commit | 74542e1ba5bef3e32c0d9349bb13d5ce2f0d2a68 (patch) | |
| tree | 4dfc36956bd98fc550b152879319bd6b7b0b1a7b | |
| parent | 40700123ada8d4d90fd47f44a9ab8e980cac4f6f (diff) | |
| download | linux-74542e1ba5bef3e32c0d9349bb13d5ce2f0d2a68.tar.gz linux-74542e1ba5bef3e32c0d9349bb13d5ce2f0d2a68.tar.bz2 linux-74542e1ba5bef3e32c0d9349bb13d5ce2f0d2a68.zip | |
arm64: dts: qcom: x1e80100-crd: fix nvme regulator boot glitch
commit 37f9477ce9d07ed87f6efe9b99de580bc9d27df5 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: eb57cbe730d1 ("arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources")
Cc: stable@vger.kernel.org # 6.11
Cc: Abel Vesa <abel.vesa@linaro.org>
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-3-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-crd.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts index e17ab8251e2a..f566bbf50d6e 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -283,6 +283,8 @@ pinctrl-names = "default"; pinctrl-0 = <&nvme_reg_en>; + + regulator-boot-on; }; }; |
