Re: [PATCH 08/10] m68k: stmark2: add mcf5441x DAC platform devices
"Arnd Bergmann" <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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