Skip to content
Snippets Groups Projects
Commit 13527115 authored by Gan Qixin's avatar Gan Qixin Committed by Thomas Huth
Browse files

ssd0323: put it into the 'display' category


The category of the ssd0323 device is not set, put it into the 'display'
category.

Signed-off-by: default avatarGan Qixin <ganqixin@huawei.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201112125824.763182-2-ganqixin@huawei.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent ca905bec
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,7 @@ static void ssd0323_class_init(ObjectClass *klass, void *data)
k->transfer = ssd0323_transfer;
k->cs_polarity = SSI_CS_HIGH;
dc->vmsd = &vmstate_ssd0323;
set_bit(DEVICE_CATEGORY_DISPLAY, dc->categories);
}
static const TypeInfo ssd0323_info = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment