Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea9b269f authored by Stephen Boyd's avatar Stephen Boyd Committed by Rob Herring
Browse files

devicetree: bindings: designware-pcie: Fix unit address



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

Cc: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: default avatarStephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent a8ca1b28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */