From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Nishanth Menon <nm@ti.com>,
Boris Brezillon <bbrezillon@kernel.org>,
Daniel Vetter <daniel@ffwll.ch>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Neil Armstrong <narmstrong@baylibre.com>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org, nikhil.nd@ti.com,
r-ravikumar@ti.com, Milind Parab <mparab@cadence.com>
Subject: Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
Date: Mon, 28 Feb 2022 11:39:01 +0200 [thread overview]
Message-ID: <613c0fc8-8cad-ef38-a47d-794b08b1a083@ideasonboard.com> (raw)
In-Reply-To: <20211109145538.fh3vsfnvfvvmcovb@automated>
On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>> drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>> { .compatible = "cdns,dsi" },
>> { },
>> };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>
>> static struct platform_driver cdns_dsi_platform_driver = {
>> .probe = cdns_dsi_drm_probe,
>> --
>> 2.32.0
>>
>>
>
> Hi, Ping?
Thanks, I'll apply to drm-misc-next.
Tomi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2022-02-28 9:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-21 17:40 [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt Nishanth Menon
2021-11-09 14:55 ` Nishanth Menon
2021-11-10 7:12 ` Tomi Valkeinen
2021-11-10 8:59 ` Laurent Pinchart
2022-02-28 9:39 ` Tomi Valkeinen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=613c0fc8-8cad-ef38-a47d-794b08b1a083@ideasonboard.com \
--to=tomi.valkeinen@ideasonboard.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=bbrezillon@kernel.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mparab@cadence.com \
--cc=narmstrong@baylibre.com \
--cc=nikhil.nd@ti.com \
--cc=nm@ti.com \
--cc=r-ravikumar@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox