hwmon: (ntc_thermistor) Use the manufacturer name properly
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Wed, 25 Jun 2014 06:29:31 +0000 (11:59 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 25 Jun 2014 14:09:13 +0000 (07:09 -0700)
Murata Manufacturing Co., Ltd is the vendor for
NTC (Negative Temperature coefficient) based Thermistors.
But, the driver extensively uses "NTC" as the vendor name.

This patch corrects the vendor name also updates the
compatibility strings according to the vendor-prefix.txt

Note: Drivers continue to support the previous compatible strings
but further addition of these compatible strings in device tree
is deprecated.

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found