
2 May
2019
2 May
'19
6:53 p.m.
Hi Bin,
On Wed, 1 May 2019 at 06:00, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Fri, Apr 26, 2019 at 11:59 AM Simon Glass sjg@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?
It might be good to have this rule, in case people want to use aliases.
Regards, Simon