Re: [PATCH v4 07/14] arm64: dts: qcom: lemans-evk: Enable PCIe support

From: Konrad Dybcio

Date: Fri Sep 12 2025 - 08:28:05 EST


On 9/8/25 10:19 AM, Wasim Nazir wrote:
> From: Sushrut Shree Trivedi <quic_sushruts@xxxxxxxxxxx>
>
> Enable PCIe0 and PCIe1 along with the respective phy-nodes.
>
> PCIe0 is routed to an m.2 E key connector on the mainboard for wifi
> attaches while PCIe1 routes to a standard PCIe x4 expansion slot.
>
> Signed-off-by: Sushrut Shree Trivedi <quic_sushruts@xxxxxxxxxxx>
> Signed-off-by: Wasim Nazir <wasim.nazir@xxxxxxxxxxxxxxxx>
> ---

[...]

> + perst-pins {
> + pins = "gpio2";
> + function = "gpio";
> + drive-strength = <2>;
> + bias-pull-down;
> + };

Pulling down an active-low pin is a bad idea

Konrad