misc: fs_loader: Replace label with DT phandle
authorTien Fong Chee <tien.fong.chee@intel.com>
Tue, 5 Mar 2019 15:29:38 +0000 (23:29 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 22:13:22 +0000 (18:13 -0400)
commitc1ef736e3d486b758c4cda36c24d9111c5733bb0
tree48b256d896754b5c9439ce401b14659fdb92757d
parent1721b82c1f98f36d90e10cbd4c7f35209c0ac137
misc: fs_loader: Replace label with DT phandle

In previously label which will be expanded to the node's full path was
used, and now replacing label with most commonly used DT phandle. The
codes were changed accordingly to the use of DT phandle and supporting
multiple instances.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
doc/driver-model/fs_firmware_loader.txt
drivers/misc/fs_loader.c