dts: edtlib: Fix outdated doc comment for _init_devices()

No longer takes the DT instance as a parameter.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-08-12 14:57:31 +02:00 committed by Kumar Gala
commit 7168118290

View file

@ -212,7 +212,7 @@ class EDT:
def _init_devices(self):
# Creates a list of devices (Device objects) from the DT nodes, in
# self.devices. 'dt' is the dtlib.DT instance for the device tree.
# self.devices
# Maps dtlib.Node's to their corresponding Devices
self._node2dev = {}