linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: fsl: support GUTS driver for ls1012a/ls1046a
@ 2017-12-07  8:36 Yangbo Lu
  2017-12-08 22:21 ` Li Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Yangbo Lu @ 2017-12-07  8:36 UTC (permalink / raw)
  To: Li Yang, linux-arm-kernel, linux-kernel; +Cc: Yangbo Lu

This patch is to add compatible strings "fsl,ls1021a-dcfg" and
"fsl,ls1043a-dcfg" into device match table of GUTS driver.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 drivers/soc/fsl/guts.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/fsl/guts.c b/drivers/soc/fsl/guts.c
index d89a6a80c8ef..d98de2c76659 100644
--- a/drivers/soc/fsl/guts.c
+++ b/drivers/soc/fsl/guts.c
@@ -214,6 +214,8 @@ static const struct of_device_id fsl_guts_of_match[] = {
 	{ .compatible = "fsl,ls1043a-dcfg", },
 	{ .compatible = "fsl,ls2080a-dcfg", },
 	{ .compatible = "fsl,ls1088a-dcfg", },
+	{ .compatible = "fsl,ls1012a-dcfg", },
+	{ .compatible = "fsl,ls1046a-dcfg", },
 	{}
 };
 MODULE_DEVICE_TABLE(of, fsl_guts_of_match);
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] soc: fsl: support GUTS driver for ls1012a/ls1046a
  2017-12-07  8:36 [PATCH] soc: fsl: support GUTS driver for ls1012a/ls1046a Yangbo Lu
@ 2017-12-08 22:21 ` Li Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Yang @ 2017-12-08 22:21 UTC (permalink / raw)
  To: Yangbo Lu; +Cc: linux-arm-kernel, lkml

On Thu, Dec 7, 2017 at 2:36 AM, Yangbo Lu <yangbo.lu@nxp.com> wrote:
> This patch is to add compatible strings "fsl,ls1021a-dcfg" and
> "fsl,ls1043a-dcfg" into device match table of GUTS driver.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
>  drivers/soc/fsl/guts.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/soc/fsl/guts.c b/drivers/soc/fsl/guts.c
> index d89a6a80c8ef..d98de2c76659 100644
> --- a/drivers/soc/fsl/guts.c
> +++ b/drivers/soc/fsl/guts.c
> @@ -214,6 +214,8 @@ static const struct of_device_id fsl_guts_of_match[] = {
>         { .compatible = "fsl,ls1043a-dcfg", },
>         { .compatible = "fsl,ls2080a-dcfg", },
>         { .compatible = "fsl,ls1088a-dcfg", },
> +       { .compatible = "fsl,ls1012a-dcfg", },
> +       { .compatible = "fsl,ls1046a-dcfg", },

Looks good.  Merged.

Regards,
Leo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-08 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07  8:36 [PATCH] soc: fsl: support GUTS driver for ls1012a/ls1046a Yangbo Lu
2017-12-08 22:21 ` Li Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).