[PATCH-for-10.0 03/12] hw/display/dm163: Add description

Philippe Mathieu-Daudé posted 12 patches 1 week ago
[PATCH-for-10.0 03/12] hw/display/dm163: Add description
Posted by Philippe Mathieu-Daudé 1 week ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/display/dm163.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/dm163.c b/hw/display/dm163.c
index 75a91f62bd3..f6f0ec0c632 100644
--- a/hw/display/dm163.c
+++ b/hw/display/dm163.c
@@ -330,7 +330,7 @@ static void dm163_class_init(ObjectClass *klass, void *data)
     DeviceClass *dc = DEVICE_CLASS(klass);
     ResettableClass *rc = RESETTABLE_CLASS(klass);
 
-    dc->desc = "DM163";
+    dc->desc = "DM163 8x3-channel constant current LED driver";
     dc->vmsd = &vmstate_dm163;
     dc->realize = dm163_realize;
     rc->phases.hold = dm163_reset_hold;
-- 
2.47.1


Re: [PATCH-for-10.0 03/12] hw/display/dm163: Add description
Posted by Thomas Huth 1 week ago
On 25/03/2025 23.43, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   hw/display/dm163.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/display/dm163.c b/hw/display/dm163.c
> index 75a91f62bd3..f6f0ec0c632 100644
> --- a/hw/display/dm163.c
> +++ b/hw/display/dm163.c
> @@ -330,7 +330,7 @@ static void dm163_class_init(ObjectClass *klass, void *data)
>       DeviceClass *dc = DEVICE_CLASS(klass);
>       ResettableClass *rc = RESETTABLE_CLASS(klass);
>   
> -    dc->desc = "DM163";
> +    dc->desc = "DM163 8x3-channel constant current LED driver";
>       dc->vmsd = &vmstate_dm163;
>       dc->realize = dm163_realize;
>       rc->phases.hold = dm163_reset_hold;

Reviewed-by: Thomas Huth <thuth@redhat.com>