mirror of
https://xff.cz/git/u-boot/
synced 2026-02-02 07:37:57 +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>