soc: aspeed-lpc-ctrl: Fix driver name
authorJoel Stanley <joel@jms.id.au>
Fri, 25 Sep 2020 05:23:25 +0000 (14:53 +0930)
committerJoel Stanley <joel@jms.id.au>
Fri, 25 Sep 2020 05:24:42 +0000 (14:54 +0930)
Clarify the string now that it supports the AST2600 too.

Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/soc/aspeed/aspeed-lpc-ctrl.c

index 53373c1..439bcd6 100644 (file)
@@ -339,4 +339,4 @@ module_platform_driver(aspeed_lpc_ctrl_driver);
 MODULE_DEVICE_TABLE(of, aspeed_lpc_ctrl_match);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Cyril Bur <cyrilbur@gmail.com>");
-MODULE_DESCRIPTION("Control for aspeed 2400/2500 LPC HOST to BMC mappings");
+MODULE_DESCRIPTION("Control for ASPEED LPC HOST to BMC mappings");