Skip to content

Commit 717f063

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100-qcp: fix nvme regulator boot glitch
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]>
1 parent 5462190 commit 717f063

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@
253253

254254
pinctrl-names = "default";
255255
pinctrl-0 = <&nvme_reg_en>;
256+
257+
regulator-boot-on;
256258
};
257259
};
258260

0 commit comments

Comments
 (0)