aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/usage-model.txt
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2017-06-22 09:15:39 -0700
committerRob Herring <robh@kernel.org>2017-06-22 11:22:06 -0500
commit076fb0c4b6e1f6883477d1e4ee89464924e64737 (patch)
tree0ce0d0baecb6ed6e68129360a7283ca3f211228a /Documentation/devicetree/usage-model.txt
parentscripts/dtc: dtx_diff - Show real file names in diff header (diff)
downloadwireguard-linux-076fb0c4b6e1f6883477d1e4ee89464924e64737.tar.xz
wireguard-linux-076fb0c4b6e1f6883477d1e4ee89464924e64737.zip
of: update ePAPR references to point to Devicetree Specification
The Devicetree Specification has superseded the ePAPR as the base specification for bindings. Update files in Documentation to reference the new document. First reference to ePAPR in Documentation/devicetree/bindings/arm/cci.txt is generic, remove it. Some files are not updated because there is no hypervisor chapter in the Devicetree Specification: Documentation/devicetree/bindings/powerpc/fsl/msi-pic.txt Documenation/virtual/kvm/api.txt Documenation/virtual/kvm/ppc-pv.txt Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/usage-model.txt')
-rw-r--r--Documentation/devicetree/usage-model.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt
index 2b6b3d3f0388..33a8aaac02a8 100644
--- a/Documentation/devicetree/usage-model.txt
+++ b/Documentation/devicetree/usage-model.txt
@@ -387,7 +387,7 @@ static void __init harmony_init_machine(void)
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
}
-"simple-bus" is defined in the ePAPR 1.0 specification as a property
+"simple-bus" is defined in the Devicetree Specification as a property
meaning a simple memory mapped bus, so the of_platform_populate() code
could be written to just assume simple-bus compatible nodes will
always be traversed. However, we pass it in as an argument so that