lkml.org 
[lkml]   [2018]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 2/6] soc/fsl/guts: Add definition for LX2160A
    Date
    Adding compatible string "lx2160a-dcfg" to
    initialize guts driver for lx2160 and SoC die
    attribute definition for LX2160A

    Signed-off-by: Vabhav Sharma <vabhav.sharma@nxp.com>
    Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
    ---
    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
    \
     
     \ /
      Last update: 2018-10-15 07:14    [W:4.945 / U:1.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site