lkml.org 
[lkml]   [2020]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 36/48] drm/tegra: gr2d: Correct swapped device-tree compatibles
    Date
    The device-tree compatibles are swapped in the code, correct them.

    Tested-by: Peter Geis <pgwipeout@gmail.com>
    Tested-by: Nicolas Chauvet <kwizart@gmail.com>
    Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
    ---
    drivers/gpu/drm/tegra/gr2d.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/gpu/drm/tegra/gr2d.c b/drivers/gpu/drm/tegra/gr2d.c
    index 1a0d3ba6e525..f30aa86e4c9f 100644
    --- a/drivers/gpu/drm/tegra/gr2d.c
    +++ b/drivers/gpu/drm/tegra/gr2d.c
    @@ -162,8 +162,8 @@ static const struct gr2d_soc tegra30_gr2d_soc = {
    };

    static const struct of_device_id gr2d_match[] = {
    - { .compatible = "nvidia,tegra30-gr2d", .data = &tegra20_gr2d_soc },
    - { .compatible = "nvidia,tegra20-gr2d", .data = &tegra30_gr2d_soc },
    + { .compatible = "nvidia,tegra30-gr2d", .data = &tegra30_gr2d_soc },
    + { .compatible = "nvidia,tegra20-gr2d", .data = &tegra20_gr2d_soc },
    { },
    };
    MODULE_DEVICE_TABLE(of, gr2d_match);
    --
    2.29.2
    \
     
     \ /
      Last update: 2020-12-17 19:40    [W:4.274 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site