[U-Boot] [PATCH v2 05/50] cros_ec: Use a hyphen in the uclass name
Bin Meng
bmeng.cn at gmail.com
Wed May 1 12:00:04 UTC 2019
Hi Simon,
On Fri, Apr 26, 2019 at 11:59 AM Simon Glass <sjg at chromium.org> wrote:
>
> Device-tree rules require that aliases use a hyphen rather than a
> underscore. Update the uclass name to fit with this.
>
> This allows device-tree aliases to be used to refer to cros-ec devices,
> for example:
>
> aliases {
> cros-ec0 = &ec;
> cros-ec1 = &pd;
> };
Thanks for adding the explanation here. But I was wondering since this
is required by DT rules for the aliases node, do we have to require
all UCLASS_DRIVERs to have name with hyphen instead of underscore?
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Update the commit message to explain the implications on aliases
>
> drivers/misc/cros_ec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Regards,
Bin
More information about the U-Boot
mailing list