hw/gpio: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 15:34:35 +00:00
parent 7d6a82a3e6
commit de531a6bd4
8 changed files with 8 additions and 8 deletions

View file

@ -290,7 +290,7 @@ static const VMStateDescription vmstate_imx_gpio = {
}
};
static Property imx_gpio_properties[] = {
static const Property imx_gpio_properties[] = {
DEFINE_PROP_BOOL("has-edge-sel", IMXGPIOState, has_edge_sel, true),
DEFINE_PROP_BOOL("has-upper-pin-irq", IMXGPIOState, has_upper_pin_irq,
false),