Re: [PATCH 08/10] m68k: stmark2: add mcf5441x DAC platform devices

From: Arnd Bergmann

Date: Mon May 04 2026 - 13:29:04 EST


On Mon, May 4, 2026, at 19:16, Angelo Dureghello wrote:
> @@ -94,8 +94,42 @@ static struct platform_device dspi_spi0_device = {
...
> +static struct resource dspi_dac1_resource[] = {
> + [0] = {

This looks like the name has a copy-paste error: this is not
related to the 'dspi' controller at all but is just the dac, right?

Arnd