Thread (10 messages) flat view 10 messages, 3 authors, 2018-10-24

Re: [PATCH v5 2/6] soc/fsl/guts: Add definition for LX2160A

From: Li Yang <hidden>
Date: 2018-10-24 21:39:52
Also in: linux-arm-kernel, linux-clk, linux-devicetree, linux-pm, lkml

On Mon, Oct 15, 2018 at 12:14 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

Signed-off-by: Vabhav Sharma <redacted>
Signed-off-by: Yinbo Zhu <redacted>
Acked-by: Li Yang <redacted>
quoted hunk ↗ jump to hunk
---
 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