aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/pci/xgene-pci.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-04-17 08:53:39 -0500
committerRob Herring <robh@kernel.org>2018-04-18 08:56:22 -0500
commit304a39b4bc94525b357083d44d766ff318f208e0 (patch)
tree1f3d4ec6bb050be79b9df562fde3b955ba5d1b7f /Documentation/devicetree/bindings/pci/xgene-pci.txt
parentof/numa: drop export of of_node_to_nid (diff)
downloadwireguard-linux-304a39b4bc94525b357083d44d766ff318f208e0.tar.xz
wireguard-linux-304a39b4bc94525b357083d44d766ff318f208e0.zip
dt-bindings: more status property removal from examples
Whack-a-mole some more occurrences of status in examples. Acked-by: Vinod Koul <vinod.koul@intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: Ulf Hansson <ulf.hansson@linaro.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Brian Norris <computersforpeace@gmail.com> Cc: Boris Brezillon <boris.brezillon@bootlin.com> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Richard Weinberger <richard@nod.at> Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: Tanmay Inamdar <tinamdar@apm.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Rodolfo Giometti <giometti@enneenne.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/xgene-pci.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/xgene-pci.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/pci/xgene-pci.txt b/Documentation/devicetree/bindings/pci/xgene-pci.txt
index 6fd2decfa66c..92490330dc1c 100644
--- a/Documentation/devicetree/bindings/pci/xgene-pci.txt
+++ b/Documentation/devicetree/bindings/pci/xgene-pci.txt
@@ -25,8 +25,6 @@ Optional properties:
Example:
-SoC-specific DT Entry:
-
pcie0: pcie@1f2b0000 {
status = "disabled";
device_type = "pci";
@@ -50,8 +48,3 @@ SoC-specific DT Entry:
clocks = <&pcie0clk 0>;
};
-
-Board-specific DT Entry:
- &pcie0 {
- status = "ok";
- };