commit | 6c0e59fcd9bfc258c2ec4cad4971352a17a58411 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Jan 07 08:50:34 2020 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Sep 23 10:31:40 2020 +0200 |
tree | ac1f56fc9fc0d8afd85e2e5f7abb4e8d98206c78 | |
parent | 28c851f12847096dbe7a4e480d1092630cd01936 [diff] |
xilinx: drivers: Use '_' instead of '-' in driver name The most of drivers are using '_' instead of '-' in driver name. That's why sync up these names to be aligned. It looks quite bad to see both in use. It is visible via dm tree command. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>