From 0c135c2f05036fce2520feeb2e020b2341e09a95 Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Mon, 12 Jan 2026 12:01:56 +0100 Subject: [PATCH] hw/arm/fsl-imx6: Remove now redundant setting of "sd-spec-version" property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that TYPE_IMX_USDHC sets this property internally it is not needed on the SoC level any longer. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Tested-by: BALATON Zoltan Message-ID: <20260112145418.220506-3-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/fsl-imx6.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/arm/fsl-imx6.c b/hw/arm/fsl-imx6.c index f3aa1d8150..46967b7488 100644 --- a/hw/arm/fsl-imx6.c +++ b/hw/arm/fsl-imx6.c @@ -323,8 +323,6 @@ static void fsl_imx6_realize(DeviceState *dev, Error **errp) }; /* UHS-I SDIO3.0 SDR104 1.8V ADMA */ - object_property_set_uint(OBJECT(&s->esdhc[i]), "sd-spec-version", 3, - &error_abort); object_property_set_uint(OBJECT(&s->esdhc[i]), "capareg", IMX6_ESDHC_CAPABILITIES, &error_abort); if (!sysbus_realize(SYS_BUS_DEVICE(&s->esdhc[i]), errp)) {