
7 May
2019
7 May
'19
11:21 a.m.
On Tue, May 7, 2019 at 5:10 PM Bin Meng bmeng.cn@gmail.com wrote:
On Fri, May 3, 2019 at 12:52 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; };
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3: None 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(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!