Commit 2eb31b13d95e4cca8f21fe54e7b064b771a0383b

Authored by Simon Glass
1 parent ae7f451308

dm: Update README to encourage conversion to driver model

Add a note to encourage people to convert drivers to use driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -5331,6 +5331,11 @@
5331 5331 and make sure that your definition of IMAP_ADDR uses the same value
5332 5332 as your U-Boot configuration in CONFIG_SYS_IMMR.
5333 5333  
  5334 +Note that U-Boot now has a driver model, a unified model for drivers.
  5335 +If you are adding a new driver, plumb it into driver model. If there
  5336 +is no uclass available, you are encouraged to create one. See
  5337 +doc/driver-model.
  5338 +
5334 5339  
5335 5340 Configuring the Linux kernel:
5336 5341 -----------------------------