lkml.org 
[lkml]   [2014]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/4] spi/rockchip: add compatible strings for RK3188 and RK3288
    Date
    From: Addy Ke <addy.ke@rockchip.com>

    Suggested-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Addy Ke <addy.ke@rockchip.com>
    ---
    drivers/spi/spi-rockchip.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c
    index a8866c9..cb8fd6f 100644
    --- a/drivers/spi/spi-rockchip.c
    +++ b/drivers/spi/spi-rockchip.c
    @@ -814,6 +814,8 @@ static const struct dev_pm_ops rockchip_spi_pm = {

    static const struct of_device_id rockchip_spi_dt_match[] = {
    { .compatible = "rockchip,rk3066-spi", },
    + { .compatible = "rockchip,rk3188-spi", },
    + { .compatible = "rockchip,rk3288-spi", },
    { },
    };
    MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
    --
    1.8.3.2



    \
     
     \ /
      Last update: 2014-07-11 05:01    [W:2.419 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site