Thread (9 messages) 9 messages, 4 authors, 2019-04-02

Re: [PATCH v1 2/4] soc/fsl/guts: Add definition for LX2160A

From: Li Yang <hidden>
Date: 2019-04-02 23:05:33
Also in: linux-arm-kernel, linux-clk, linux-devicetree, linux-pm, lkml

On Tue, Feb 26, 2019 at 4:12 AM Vabhav Sharma [off-list ref] wrote:
Adding compatible string "lx2160a-dcfg" to
initialize guts driver for lx2160 and SoC die
attribute definition for LX2160A

Applied to branch next.  Thanks.

Regards,
Leo
quoted hunk ↗ jump to hunk
Signed-off-by: Vabhav Sharma <redacted>
Signed-off-by: Yinbo Zhu <redacted>
Acked-by: Li Yang <redacted>
---
 drivers/soc/fsl/guts.c | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/drivers/soc/fsl/guts.c b/drivers/soc/fsl/guts.c
index 302e0c8..bcab1ee 100644
--- a/drivers/soc/fsl/guts.c
+++ b/drivers/soc/fsl/guts.c
@@ -100,6 +100,11 @@ static const struct fsl_soc_die_attr fsl_soc_die[] = {
          .svr          = 0x87000000,
          .mask         = 0xfff70000,
        },
+       /* Die: LX2160A, SoC: LX2160A/LX2120A/LX2080A */
+       { .die          = "LX2160A",
+         .svr          = 0x87360000,
+         .mask         = 0xff3f0000,
+       },
        { },
 };
@@ -222,6 +227,7 @@ static const struct of_device_id fsl_guts_of_match[] = {
        { .compatible = "fsl,ls1088a-dcfg", },
        { .compatible = "fsl,ls1012a-dcfg", },
        { .compatible = "fsl,ls1046a-dcfg", },
+       { .compatible = "fsl,lx2160a-dcfg", },
        {}
 };
 MODULE_DEVICE_TABLE(of, fsl_guts_of_match);
--
2.7.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help