Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
arm64: dts: qcom: x1e80100-crd: fix nvme regulator boot glitch
Browse files Browse the repository at this point in the history
commit 37f9477 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: eb57cbe ("arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources")
Cc: [email protected]	# 6.11
Cc: Abel Vesa <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Stephan Gerhold <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jhovold authored and gregkh committed Nov 7, 2024
1 parent 8e9e188 commit dae9dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/x1e80100-crd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@

pinctrl-names = "default";
pinctrl-0 = <&nvme_reg_en>;

regulator-boot-on;
};
};

Expand Down

0 comments on commit dae9dfc

Please sign in to comment.