aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2012-06-29 06:44:46 -0400
committerRob Herring <rob.herring@calxeda.com>2012-07-06 08:16:33 -0400
commit5d781108bc6524b92d6a6789e852b8a7e96aa3f3 (patch)
treea331cf76a55b56554fced42f75838bea2e4878a0
parenta3a7cab17d36bb591867a6d3ea41b5fdb4e44d87 (diff)
usage-model.txt: fix typo machine_init->init_machine
machine_init was used intead of init_machine which clearly was not intended. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-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 c5a80099b71c..dca90fe22a90 100644
--- a/Documentation/devicetree/usage-model.txt
+++ b/Documentation/devicetree/usage-model.txt
@@ -312,7 +312,7 @@ device tree for the NVIDIA Tegra board.
312 }; 312 };
313}; 313};
314 314
315At .machine_init() time, Tegra board support code will need to look at 315At .init_machine() time, Tegra board support code will need to look at
316this DT and decide which nodes to create platform_devices for. 316this DT and decide which nodes to create platform_devices for.
317However, looking at the tree, it is not immediately obvious what kind 317However, looking at the tree, it is not immediately obvious what kind
318of device each node represents, or even if a node represents a device 318of device each node represents, or even if a node represents a device