Re: [PATCH v4 06/14] dm: doc: update of-plat with the support for driver aliases

2020-07-05 Thread Simon Glass
On Wed, 24 Jun 2020 at 22:11, Walter Lozano wrote: > > Update the documentation with the support for driver aliases using > U_BOOT_DRIVER_ALIAS. > > Signed-off-by: Walter Lozano > --- > > doc/driver-model/of-plat.rst | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) Reviewe

Re: [PATCH v4 06/14] dm: doc: update of-plat with the support for driver aliases

2020-06-25 Thread Simon Glass
On Wed, 24 Jun 2020 at 22:11, Walter Lozano wrote: > > Update the documentation with the support for driver aliases using > U_BOOT_DRIVER_ALIAS. > > Signed-off-by: Walter Lozano > --- > > doc/driver-model/of-plat.rst | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) Reviewe

[PATCH v4 06/14] dm: doc: update of-plat with the support for driver aliases

2020-06-24 Thread Walter Lozano
Update the documentation with the support for driver aliases using U_BOOT_DRIVER_ALIAS. Signed-off-by: Walter Lozano --- doc/driver-model/of-plat.rst | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/driver-model/of-plat.rst b/doc/driver-model/of-plat.rst in