[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACPK8XcH7ETDNEJ+rD1Ker8_MXQ4ggpw5MqW0f9hnRewXhBm6w@mail.gmail.com>
Date: Thu, 6 Jul 2017 00:52:33 +0930
From: Joel Stanley <joel@....id.au>
To: Patrick Venture <venture@...gle.com>
Cc: Robert Lippert <roblip@...il.com>,
Greg KH <gregkh@...uxfoundation.org>,
Rick Altherr <raltherr@...gle.com>,
Arnd Bergmann <arnd@...db.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drivers/misc: (aspeed-lpc-snoop): Add ast2400 to compat
On Wed, Jul 5, 2017 at 1:21 AM, Patrick Venture <venture@...gle.com> wrote:
> This driver can be used on the aspeed ast2400.
>
> Tested: ast2400 on quanta-q71l
>
> Signed-off-by: Patrick Venture <venture@...gle.com>
Acked-by: Joel Stanley <joel@....id.au>
> ---
> drivers/misc/aspeed-lpc-snoop.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/aspeed-lpc-snoop.c b/drivers/misc/aspeed-lpc-snoop.c
> index 593905565b74..0647cff6280a 100644
> --- a/drivers/misc/aspeed-lpc-snoop.c
> +++ b/drivers/misc/aspeed-lpc-snoop.c
> @@ -241,6 +241,7 @@ static int aspeed_lpc_snoop_remove(struct platform_device *pdev)
>
> static const struct of_device_id aspeed_lpc_snoop_match[] = {
> { .compatible = "aspeed,ast2500-lpc-snoop" },
> + { .compatible = "aspeed,ast2400-lpc-snoop" },
> { },
> };
>
> --
> 2.13.2.725.g09c95d1e9-goog
>
Powered by blists - more mailing lists