From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C8FF51D5149; Wed, 15 Jan 2025 17:42:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736962932; cv=none; b=BeqdHwoqxKetUMuTmgnCGiJKDf5mCiAmiMW7P/O5mo50IrAMpY/u3cRrQbQH8BPlZSR9gM7/62SkMToHvqkVGmBTn48/wOp8U/1zRh56l/qDHM3V78k20sd7RDpkm3j4yQwB9RdBXBimNO9oM12SIB+ISVa3h1EJSkTpkC8r3dg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736962932; c=relaxed/simple; bh=J0BtSYzRxpo1jeplxTVHrBhzUcmqL8aCpxn3sz43+hU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=fEnjb8yHF6i2VWes0CKYhDVlQBJwv32DGfvIbp1Wdu/GC+yRF6ZWkYkxO7jf7DhwX+anLNAxw+fSpgxzLuoyhqhwlH5qE47WBplg0GLPOzjtvu+zkYcJbR0jOAaTYebMV2j0tEab1yAdINiCz7hM87tQJbjEXZpCBYHXU6zSeeg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZvoCtSQE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZvoCtSQE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 370B8C4CED1; Wed, 15 Jan 2025 17:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736962932; bh=J0BtSYzRxpo1jeplxTVHrBhzUcmqL8aCpxn3sz43+hU=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=ZvoCtSQESTPXZOBTlWQOAUC2H+95Rkp3JvfsdSBMnDLdGvK/M4coFFfxcvM3ULjuN G26HVs/YY2okFoiKzalZV9me6X7uGawMOTtYpL/+PUIoVjxPMCpQ/Z/ZyHVq+suA85 DX+9TPOhFcjMUJ9JC4j8w1qBq6t60MCSMMumzyrMSO2Xs2y21ynfej8dSJyjPvIYnS rW/qxfy9sGh5HWLU6XeBKz3x6LNUXvmLx15luB958tPqNUaaDRa72l51Ae2/hI6PFw 8K8/YJIcdQClzOGBFC+5/3VC29h0Op2j7T1zOsl7z0wKLdNeWTjMqim0OQzv8Xgoec LPLFBlzd0iN6g== Date: Wed, 15 Jan 2025 11:42:10 -0600 From: Bjorn Helgaas To: Manivannan Sadhasivam Cc: Rob Herring , Rob Herring , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Conor Dooley , cros-qcom-dts-watchers@chromium.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado Subject: Re: [PATCH v2 01/21] arm64: dts: qcom: sm8250: Add PCIe bridge node Message-ID: <20250115174210.GA537839@bhelgaas> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250115105431.gw34xgta2lmgjqva@thinkpad> On Wed, Jan 15, 2025 at 04:24:31PM +0530, Manivannan Sadhasivam wrote: > On Mon, Jan 06, 2025 at 05:07:05PM -0600, Bjorn Helgaas wrote: > > On Sun, Jan 05, 2025 at 03:46:12PM +0530, Manivannan Sadhasivam wrote: > > > On Fri, Jan 03, 2025 at 03:05:31PM -0600, Bjorn Helgaas wrote: > > > > On Thu, Mar 21, 2024 at 04:46:21PM +0530, Manivannan Sadhasivam wrote: > > > > > On Qcom SoCs, the PCIe host bridge is connected to a single PCIe bridge > > > > > for each controller instance. Hence, add a node to represent the bridge. > > > > > > > > > > Signed-off-by: Manivannan Sadhasivam > > > > > --- > > > > > arch/arm64/boot/dts/qcom/sm8250.dtsi | 30 ++++++++++++++++++++++++++++++ > > > > > 1 file changed, 30 insertions(+) > > > > > > > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi > > > > > index 39bd8f0eba1e..fe5485256b22 100644 > > > > > --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi > > > > > +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi > > > > > @@ -2203,6 +2203,16 @@ pcie0: pcie@1c00000 { > > > > > dma-coherent; > > > > > > > > > > status = "disabled"; > > > > > + > > > > > + pcie@0 { > > > > > + device_type = "pci"; > > > > > + reg = <0x0 0x0 0x0 0x0 0x0>; > > > > > + bus-range = <0x01 0xff>; > > > > > > > > Hi Mani, most or all of the patches in this series add this > > > > "bus-range" property. IIUC, these are all Root Ports and hence the > > > > secondary/subordinate bus numbers should be programmable. > > > > > > Right. It is not a functional dependency. > > > > > > > If that's the case, I don't think we need to include "bus-range" in DT > > > > for them, do we? > > > > > > We mostly include it to silence the below bindings check for the > > > endpoint device node: > > > > > > Warning (pci_device_bus_num): /soc@0/pcie@1c00000/pcie@0/wifi@0: PCI bus number 1 out of range, expected (0 - 0) > > > > > > DTC check is happy if the 'bus-range' property is absent in the > > > bridge node. But while validating the endpoint node (if defined), it > > > currently relies on the parent 'bus-range' property to verify the > > > bus number provided in the endpoint 'reg' property. > > > > > > I don't know else the check can verify the correctness of the > > > endpoint bus number. So deferring to Rob here. > > > > I should know more about how this works in DT, but I don't. > > > > I guess https://git.kernel.org/linus/83d2a0a1e2b9 ("arm64: dts: qcom: > > sm8250: Add PCIe bridge node") added this (subsequently renamed to > > "pcieport0"): > > > > + pcie@0 { > > + device_type = "pci"; > > + reg = <0x0 0x0 0x0 0x0 0x0>; > > + bus-range = <0x01 0xff>; > > > > which is used at places like > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts?id=v6.12#n788: > > > > &pcieport0 { > > wifi@0 { > > compatible = "pci17cb,1101"; > > reg = <0x10000 0x0 0x0 0x0 0x0>; > > > > Based on > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/pci/pci.txt?id=v6.12#n46 > > (which is written for Root Ports and Switch Ports, but presumably > > applies to endpoints like wifi as well), "reg" contains the device's > > bus/device/function: > > > > - reg: > > Identifies the PCI-PCI bridge. As defined in the IEEE Std 1275-1994 > > document, it is a five-cell address encoded as (phys.hi phys.mid > > phys.lo size.hi size.lo). phys.hi should contain the device's BDF as > > 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be zero. > > > > So 0x10000 would decode to 01:00.0, which matches the <1 1> bus-range. > > > > I don't know the reason for requiring the BDF there, but the venerable > > https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf, sec > > 4.1.1, says "reg" is mandatory for PCI Child Nodes, and the first > > entry must be the config space address (bus/device/function). > > > > I suppose maybe the BDF is needed to associate the properties with the > > correct device, and if the OS were to reprogram the bridge secondary > > bus number, it would have to remember the original value to preserve > > this association. I don't think Linux *does* remember that, but it > > also generally leaves the bridge bus numbers alone. > > Device drivers need to parse the properties defined in the device DT > node. And the only way to identify the node is by using its 'reg' > property which has the BDF identifier. This is common to other > busses where the device address is encoded in the 'reg' property. Does this assume there is some firmware to configure these bridges before Linux boots? If bridges are completely unconfigured after power-on, their secondary and subordinate bus numbers will be zero, so a bus-range property for the bridge can only be an assumption about what Linux will do. Bjorn