diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-25 23:20:22 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-03-31 16:33:53 +0200 |
commit | 43b815eae1bd7ef11a5985e1f52fe65ea698f75d (patch) | |
tree | a79dd9c8f8252dff3c778480c87b819ada9381d9 | |
parent | 82bdce7b9453df2ede67d2b7f01b6e9e4491f408 (diff) | |
download | qemu-43b815eae1bd7ef11a5985e1f52fe65ea698f75d.zip qemu-43b815eae1bd7ef11a5985e1f52fe65ea698f75d.tar.gz qemu-43b815eae1bd7ef11a5985e1f52fe65ea698f75d.tar.bz2 |
hw/display/dm163: Add description
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20250325224310.8785-4-philmd@linaro.org>
-rw-r--r-- | hw/display/dm163.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/dm163.c b/hw/display/dm163.c index 75a91f6..f6f0ec0 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; |