public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: PCI: Fix unit address of example root port
@ 2023-03-17 11:20 Johan Hovold
  2023-03-21 20:18 ` Rob Herring
  2023-04-05 11:19 ` Johan Hovold
  0 siblings, 2 replies; 5+ messages in thread
From: Johan Hovold @ 2023-03-17 11:20 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Krzysztof Wilczyński
  Cc: Rob Herring, Bjorn Helgaas, Krzysztof Kozlowski, linux-pci,
	devicetree, linux-kernel, Johan Hovold

Fix the unit address of the example root port which is identical to the
device number (i.e. 1).

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 Documentation/devicetree/bindings/pci/pci.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt
index 6a8f2874a24d..8b7c52436558 100644
--- a/Documentation/devicetree/bindings/pci/pci.txt
+++ b/Documentation/devicetree/bindings/pci/pci.txt
@@ -76,7 +76,7 @@ Example:
 pcie@10000000 {
 	compatible = "pci-host-ecam-generic";
 	...
-	pcie@0008 {
+	pcie@1 {
 		/* Root port 00:01.0 is external-facing */
 		reg = <0x00000800 0 0 0 0>;
 		external-facing;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-11 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 11:20 [PATCH] dt-bindings: PCI: Fix unit address of example root port Johan Hovold
2023-03-21 20:18 ` Rob Herring
2023-04-05 11:19 ` Johan Hovold
2023-04-05 13:38   ` Rob Herring
2023-04-11 13:32     ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox