From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [91.218.175.189]) (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 7C5D754739 for ; Thu, 12 Mar 2026 00:58:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773277084; cv=none; b=JuPTSdb8+l4B0pe711pD9312DA0II2X4NZti1HER9vph1d9GpquiPSf0elGn/ravhaYyv3BeEjiKZTTFpzP7XZ/+rASH7EwNoFWcKla09AOiOi9ojBNrVv9G7/pDQRarv+wOfAFdcq1BdaEV4cj4nf0fq6ppZWwIKyz49F+PPvY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773277084; c=relaxed/simple; bh=5j1fTAzIzTyDm4mJFuenzXRLI7D/yJIw1wKubbj18iM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=A7iaj5IEU8tMEttLCKl+an6W0q7d3HwYRx5fCAyP9orjAieEh8T9PYT+Aa+hwkJn4rlu67qf0ZjXrjd9ow4LSS6E/4qnQ02vysDcj3nxeNWwPyVpO5H1eTu5WnFv3IAGBNSppGCzaKVLZ1fMIrjrsI94OuHLMY1u066lo6RXM0g= 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=S7LqeOHJ; arc=none smtp.client-ip=91.218.175.189 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="S7LqeOHJ" 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=1773277080; 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=TNAWwfxkPMye03SAC4Kj95WA029lpFpYh72qae6pZPI=; b=S7LqeOHJ4p6Kj9hBApnC9J7Kog676eBxdLfAqRmW926eJvxejy33+hCLeoXmyN6xI135wN veal+hbjaWFW+MyQt4wtJLkZCDovAhO+9S1/mDm7MBbRB1HsCf5m8pQjl+9kK+afJ67nn6 kfQPBYUIz0EOAlgREUPyhKY3dVPumvUqV92t+aofIlbJfu/1QOlHU/roXK6beBG9aw89t/ PWcv9g92Y53dm0eIODlAvf8csCD8ZMZwAa8GrhqP0Q6phaTaU/t2exlGD+AA1ExLi6IFlr i+jjhviK6yYOGsA7hv0qFSisY2aGVah1KO0ooU/S9jL6D/fel0KVWKhM5RROFg== From: Val Packett To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ziyue Zhang , Dmitry Baryshkov Cc: Val Packett , Konrad Dybcio , Abel Vesa , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 1/2] arm64: dts: qcom: x1-dell-thena: Move PERST and Wake GPIOs to PCIe port nodes Date: Wed, 11 Mar 2026 21:53:36 -0300 Message-ID: <20260312005731.12488-1-val@packett.cool> Precedence: bulk X-Mailing-List: linux-arm-msm@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 Reviewed-by: Abel Vesa Signed-off-by: Val Packett --- v4: Pull R-b and actually use the correct 'reset-gpios' instead of 'perst-gpios' (oops! 3 reviews and now I spotted it while reviewing a different patch) v3: https://lore.kernel.org/all/20260228205818.13016-1-val@packett.cool/ 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..d5018fdbdedb 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 { + reset-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 { + reset-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