Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d781108 authored by Richard Genoud's avatar Richard Genoud Committed by Rob Herring
Browse files

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: default avatarRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent a3a7cab1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ device tree for the NVIDIA Tegra board.
	};
};

At .machine_init() time, Tegra board support code will need to look at
At .init_machine() time, Tegra board support code will need to look at
this DT and decide which nodes to create platform_devices for.
However, looking at the tree, it is not immediately obvious what kind
of device each node represents, or even if a node represents a device