1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-22 01:24:03 +01:00
Files
u-boot-megous/drivers
Simon Glass 16f4d05164 cros_ec: Use a hyphen in the uclass name
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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-05-08 12:44:07 +08:00
..
2019-01-15 15:28:53 -05:00
2019-02-27 09:12:33 +08:00
2019-02-20 15:27:08 +08:00
2018-12-06 14:37:51 -08:00
2019-05-07 05:41:32 +02:00
2018-07-19 16:31:38 -04:00
2018-11-29 09:30:06 -07:00
2019-05-05 08:48:50 -04:00