commit | 16f4d05164eb5418d4bafd5a058813c97a431273 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 02 10:52:11 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 12:44:07 2019 +0800 |
tree | 43ea20aafefcbaa7c46337bf1fc65e3d292070cd | |
parent | 4fc2365ccb911a1a3401e88be702c5c42ab6386a [diff] |
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>