Re: [U-Boot] [PATCH v3 01/18] cros_ec: Use a hyphen in the uclass name

2019-05-07 Thread Bin Meng
On Tue, May 7, 2019 at 5:10 PM Bin Meng wrote: > > On Fri, May 3, 2019 at 12:52 AM Simon Glass 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 c

Re: [U-Boot] [PATCH v3 01/18] cros_ec: Use a hyphen in the uclass name

2019-05-07 Thread Bin Meng
On Fri, May 3, 2019 at 12:52 AM Simon Glass 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 { >

[U-Boot] [PATCH v3 01/18] cros_ec: Use a hyphen in the uclass name

2019-05-02 Thread Simon Glass
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-