commit | 52feaca5d685c07a4bc9812d16d84f5f7991bfe7 | [log] [tgz] |
---|---|---|
author | Pawel Moll <pawel.moll@arm.com> | Wed Apr 23 18:27:04 2014 +0100 |
committer | Guenter Roeck <linux@roeck-us.net> | Thu Apr 24 06:01:59 2014 -0700 |
tree | e08ee3ccbcc7b74c2f6bd5fb9c16509017e26df4 | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f [diff] |
hwmon: (vexpress) Use legal hwmon device names The driver used to directly us a DT 'compatible' property for the 'name' attribute of the hwmon devices. Unfortunately it contains '-' which is illegal in this context. It messes up libsensors and thus every application using it. Fixed by providing equivalent (and simpler) name strings. Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>