diff options
author | Johan Hovold <[email protected]> | 2024-07-22 11:42:46 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-07-30 08:49:15 -0500 |
commit | 8a6e1dbf1362e78081e71b2690750e9556136f26 (patch) | |
tree | e98f44cbbd6b54a95c0d68ac8d825d27629a1795 | |
parent | 6e3902c499544291ac4fd1a1bb69f2e9037a0e86 (diff) |
arm64: dts: qcom: x1e80100-crd: disable PCIe6a perst pull down
Disable the PCIe6a perst pull-down resistor to save some power.
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts index 85e32101a471..aeb279b1a0cc 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -943,7 +943,7 @@ pins = "gpio152"; function = "gpio"; drive-strength = <2>; - bias-pull-down; + bias-disable; }; wake-n-pins { |