[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nvym76w7ezhsugmno65m6jnt54ts5at7jcnn3jfrhlorayjlya@jyl536p2435u>
Date: Tue, 4 Mar 2025 19:48:42 +0800
From: Inochi Amaoto <inochiama@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: Inochi Amaoto <inochiama@...il.com>, linux-spi@...r.kernel.org,
linux-kernel@...r.kernel.org, Yixun Lan <dlan@...too.org>, Longbin Li <looong.bin@...il.com>
Subject: Re: [PATCH] spi: dw: Add ACPI ID for the Sophgo SG2044 SoC SPI
On Tue, Mar 04, 2025 at 03:02:10PM +0800, Inochi Amaoto wrote:
> The Sophgo SG2044 SoC can enumerated its SPI device via ACPI.
> Add ACPI ID for it.
>
> Signed-off-by: Inochi Amaoto <inochiama@...il.com>
> ---
> drivers/spi/spi-dw-mmio.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c
> index f0f576fac77a..70fdc4b6de9e 100644
> --- a/drivers/spi/spi-dw-mmio.c
> +++ b/drivers/spi/spi-dw-mmio.c
> @@ -426,6 +426,7 @@ MODULE_DEVICE_TABLE(of, dw_spi_mmio_of_match);
> #ifdef CONFIG_ACPI
> static const struct acpi_device_id dw_spi_mmio_acpi_match[] = {
> {"HISI0173", (kernel_ulong_t)dw_spi_pssi_init},
> + {"SOPHO004", (kernel_ulong_t)dw_spi_pssi_init},
> {},
> };
> MODULE_DEVICE_TABLE(acpi, dw_spi_mmio_acpi_match);
> --
> 2.48.1
>
Drop this patch for now as the ACPI id is not registed.
Regards,
Inochi
Powered by blists - more mailing lists