mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL] devicetree: bindings: designware-pcie: Fix unit address
@ 2016-04-12 20:01 Stephen Boyd
  2016-04-19 22:24 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2016-04-12 20:01 UTC (permalink / raw)
  To: Rob Herring; +Cc: linux-kernel, devicetree, trivial, Joao Pinto

Remove the 0x in the unit address because it shouldn't be there.

Cc: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
---
 Documentation/devicetree/bindings/pci/designware-pcie.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt
index 64f2fff12128..6c5322c55411 100644
--- a/Documentation/devicetree/bindings/pci/designware-pcie.txt
+++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt
@@ -31,7 +31,7 @@ Optional properties:
 
 Example configuration:
 
-	pcie: pcie@0xdffff000 {
+	pcie: pcie@dffff000 {
 		compatible = "snps,dw-pcie";
 		reg = <0xdffff000 0x1000>, /* Controller registers */
 		      <0xd0000000 0x2000>; /* PCI config space */
-- 
2.8.0.rc4

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

end of thread, other threads:[~2016-04-19 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 20:01 [PATCH/TRIVIAL] devicetree: bindings: designware-pcie: Fix unit address Stephen Boyd
2016-04-19 22:24 ` Rob Herring

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

all inboxes | Powered by JetHome®