mirror of
https://xff.cz/git/u-boot/
synced 2025-12-30 18:07:10 +01:00
Some device tree nodes do not have compatible strings but do require drivers. This is pretty rare, and somewhat unfortunate. Add a function to permit creation of a driver for any device tree node. Signed-off-by: Simon Glass <sjg@chromium.org>