From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 80C0F317141 for ; Sat, 28 Feb 2026 20:58:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772312340; cv=none; b=ckvCYsjbsEbXyHCo2mpooy+zC3UFY4/lgvS/Z7lnvo0FG+kSYsXZ/Wl/2etKngmI9Ac1slSYQoiGjIboCt4BcbBUSPWBeCUQt0HXcixLirrqI5kbLpDCel8M/2PwsOA9RnU6J9opazW/45IsYzX/ZZswoVnpbf5XXIz28ahGECM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772312340; c=relaxed/simple; bh=6eaWbQlNmnVnP4vekmX6lBAQEQgneQ+fYQbaRwM1II8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=cfL6Nk+ShjDy6wOQ2YHnwagl8YdP50oWEd/NixMu7IWWjSrus/NxYXo3iZiOWuoFR0bdKmpzqPOy9ha3oLmP8O1q2U9Y6lVa7kI2G0XOkHObZXMz4qwrTGkmCs/PXoK0Eo47ordNjgfzgFHaVWsJU0M2esOUcIGG1M8yqgacbQY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool; spf=pass smtp.mailfrom=packett.cool; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b=VaGZF3lT; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=packett.cool Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=packett.cool Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=packett.cool header.i=@packett.cool header.b="VaGZF3lT" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1772312326; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Pe9Pn3Rm6yRf7bO+xBljHh9L6st8uYjn4pIcnHS0Iyg=; b=VaGZF3lTKCiSkO1r4e1W6ndrl4+dzLsGsmUBsfZQmpfh6IgYPuIrZLlcBWIhdA5Y4dO9mv Jt11jvHuKwDOZs+13WdhIhII0mJDDEps+d3WU6Pu1Vew89ZfdQ34oO4KVif8dSZoKv3FIt sgJ9VjYsQRShRjrmbmNjHE0LtJFQOMWYgrjim4SnjljcQ8bpvwZ1SfHkv+fEKiMbM6kNSh +ttCeuddVIRwCKqvVe89tshD1Rr2xeYj5uFj5UrRnDaS7BX266e6o2fpxyG0E0/Q0SyJCQ JmCwW+q9qZYuJxI3uD3AawvZpoqGK9vP57GAjzXcjVq4qHLgFmLg9r6pP4gtdg== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dmitry Baryshkov , Ziyue Zhang Cc: Val Packett , Konrad Dybcio , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/2] arm64: dts: qcom: x1-dell-thena: Move PERST and Wake GPIOs to PCIe port nodes Date: Sat, 28 Feb 2026 17:53:56 -0300 Message-ID: <20260228205818.13016-1-val@packett.cool> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Recently the DTs for most Hamoa-based devices received this change, but the Thena dtsi (common for Dell Latitude and Inspiron SKUs) was skipped. Apply the change to it. Fixes: 960609b22be5 ("arm64: dts: qcom: hamoa: Move PHY, PERST, and Wake GPIOs to PCIe port nodes and add port Nodes for all PCIe ports") Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Signed-off-by: Val Packett --- v3: Pull R-b.. and restore series versioning :) v2: https://lore.kernel.org/all/20260210175001.7691-1-val@packett.cool/ v1: https://lore.kernel.org/all/20260114203600.5617-1-val@packett.cool/ --- arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi b/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi index bf04a12b16bc..fcf2845beb3c 100644 --- a/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi +++ b/arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi @@ -1081,9 +1081,6 @@ &mdss_dp3_phy { }; &pcie4 { - perst-gpios = <&tlmm 146 GPIO_ACTIVE_LOW>; - wake-gpios = <&tlmm 148 GPIO_ACTIVE_LOW>; - pinctrl-0 = <&pcie4_default>; pinctrl-names = "default"; @@ -1098,6 +1095,9 @@ &pcie4_phy { }; &pcie4_port0 { + perst-gpios = <&tlmm 146 GPIO_ACTIVE_LOW>; + wake-gpios = <&tlmm 148 GPIO_ACTIVE_LOW>; + wifi@0 { compatible = "pci17cb,1107"; reg = <0x10000 0x0 0x0 0x0 0x0>; @@ -1115,9 +1115,6 @@ wifi@0 { }; &pcie6a { - perst-gpios = <&tlmm 152 GPIO_ACTIVE_LOW>; - wake-gpios = <&tlmm 154 GPIO_ACTIVE_LOW>; - vddpe-3v3-supply = <&vreg_nvme>; pinctrl-0 = <&pcie6a_default>; @@ -1133,6 +1130,11 @@ &pcie6a_phy { status = "okay"; }; +&pcie6a_port0 { + perst-gpios = <&tlmm 152 GPIO_ACTIVE_LOW>; + wake-gpios = <&tlmm 154 GPIO_ACTIVE_LOW>; +}; + &pm8550_gpios { rtmr0_default: rtmr0-reset-n-active-state { pins = "gpio10"; -- 2.52.0