From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 5F16F2D060D for ; Thu, 12 Feb 2026 15:32:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770910340; cv=none; b=WPLLuBR26PyFy9Ddoiy9hN5xElHlmxt8kqG94AhP+h8qihlTo+IBTXuTI4MAP0VhqJIeED76AYsBbW6Bi9ChaoMdA/7xOqG0ovp1swDQVIu6XtW9P7IFdTbDm8ctEZ2zm6f8XXgJla3Bazv9IXnAgwawZ80LibAUQyCHez2X03s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770910340; c=relaxed/simple; bh=VakrODivZnCIc9XzgFnaeASevfED3a+iFcY/MQAabeU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=JDcqkFqKlT1tWjAfqFLiRw/oSKROpXcVijyS+2G98LEKpIstz11IfuNcasfq0dx3BZsIcrpiHmNXm0JC/WHtUBYRdM8k5Kqk9MZFj1duUHkBY8DjiL8PoW6jkjto7pGgfgFXhdJBCi7LN3sJ5GL87vFJT4iFqt3l4dWSjwZeEog= 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=YvbsAGAr; arc=none smtp.client-ip=91.218.175.178 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="YvbsAGAr" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packett.cool; s=key1; t=1770910325; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VakrODivZnCIc9XzgFnaeASevfED3a+iFcY/MQAabeU=; b=YvbsAGArrIfxM9/OKVRXBpOOGava7zEw71onsFhkOsHVg+1dglOVbCS1eQNOwuakrHliDk 3MBsYFtUu2VLMprxh5GfJRYPVhV9iGa3jYaRicxZpTnkHcDuveCNPuhhQ+GUj6UuMy6m5X CKQkBu4Ge5oRQOEjFyca/P2S62w/9YDs6YseG5hc83WEnbKL9KVRxxIWGZslseVVvBTx+a UTqqoYjAtjNlO9DdTAS6HwZzGuBii3hTsgwxHPYrSqNJHb+qqf+0hAtmxcVdFJTte9SQpZ s2AlPnGcuH6fYUL0y0cr1HBGJATT6enYBnyN2KIH+mG7tlIUYJtAZzL738K61g== Date: Thu, 12 Feb 2026 12:31:57 -0300 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 1/2] arm64: dts: qcom: x1-dell-thena: Move PERST and Wake GPIOs to PCIe port nodes To: Konrad Dybcio , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ziyue Zhang , Dmitry Baryshkov Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260210175001.7691-1-val@packett.cool> <2b1b38ef-3097-45c4-835d-d7e367f235b0@oss.qualcomm.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Val Packett In-Reply-To: <2b1b38ef-3097-45c4-835d-d7e367f235b0@oss.qualcomm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2/12/26 9:06 AM, Konrad Dybcio wrote: > On 2/10/26 6:45 PM, Val Packett wrote: >> 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 > huh? > > Konrad Oops! Sorry, I *completely* forgot the entire concept of versions somehow.. This was a v2: pull R-b and Fixes tags, v1: https://lore.kernel.org/all/20260114203600.5617-1-val@packett.cool/ ~val