aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/i2c/lm63/lm63.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/lm63/lm63.c b/src/drivers/i2c/lm63/lm63.c
index 01abadc420..e67409d01b 100644
--- a/src/drivers/i2c/lm63/lm63.c
+++ b/src/drivers/i2c/lm63/lm63.c
@@ -41,6 +41,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations drivers_i2c_lm63_ops = {
- CHIP_NAME("lm63")
+ CHIP_NAME("National Semiconductor LM63")
.enable_dev = enable_dev,
};