diff mbox

[PATCH/TRIVIAL] devicetree: bindings: designware-pcie: Fix unit address

Message ID 1460491294-32437-1-git-send-email-stephen.boyd@linaro.org
State Accepted
Commit ea9b269fa561c6a4a452e85bc1af7e0288418b53
Headers show

Commit Message

Stephen Boyd April 12, 2016, 8:01 p.m. UTC
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(-)

-- 
2.8.0.rc4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rob Herring (Arm) April 19, 2016, 10:24 p.m. UTC | #1
On Tue, Apr 12, 2016 at 01:01:34PM -0700, Stephen Boyd wrote:
> 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>


Applied, thanks.

Rob

> ---

>  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

> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 */