diff mbox

PCI: xilinx: Trivial fix in DT example

Message ID 4a72f98ee8564b6b040d6301e2719e37ddfea663.1412246470.git.michal.simek@xilinx.com
State Accepted, archived
Commit a6e86403d1acb562f7e6c3cd9edcdfdabe0305b2
Headers show

Commit Message

Michal Simek Oct. 2, 2014, 10:41 a.m. UTC
Good to have it properly describe for c&p cases.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Based on linux-next. File should be in pci tree.
---
 Documentation/devicetree/bindings/pci/xilinx-pcie.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
1.8.2.3

Comments

Mark Rutland Oct. 2, 2014, 11:09 a.m. UTC | #1
On Thu, Oct 02, 2014 at 11:41:19AM +0100, Michal Simek wrote:
> Good to have it properly describe for c&p cases.

Yup.

> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Acked-by: Mark Rutland <mark.rutland@arm.com>

Mark.

> ---
> 
> Based on linux-next. File should be in pci tree.
> ---
>  Documentation/devicetree/bindings/pci/xilinx-pcie.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pci/xilinx-pcie.txt b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
> index 3e2c88d97ad4..02f979a48aeb 100644
> --- a/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
> +++ b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
> @@ -58,5 +58,5 @@ Example:
>  			interrupt-controller;
>  			#address-cells = <0>;
>  			#interrupt-cells = <1>;
> -		}
> +		};
>  	};
> --
> 1.8.2.3
> 


--
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/xilinx-pcie.txt b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
index 3e2c88d97ad4..02f979a48aeb 100644
--- a/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
+++ b/Documentation/devicetree/bindings/pci/xilinx-pcie.txt
@@ -58,5 +58,5 @@  Example:
 			interrupt-controller;
 			#address-cells = <0>;
 			#interrupt-cells = <1>;
-		}
+		};
 	};