From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7CB94C433EF for ; Mon, 28 Feb 2022 09:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Be0lDU1nhDq3ehcVOQUrB+ZjDWdUA6cipxK/a3sru/E=; b=j4xgVxvngI2Tau Yj//ig3gkdtZY9N/BXl2ebHJClOyu2swqEE5w2RPz8+69t8OCtnEHanDa9qM8gAlC2gUx+gTw4GqZ c3O/9Vg7CMnxB8BQRnF22uN0kn7osfKR8NEeRBuW82AUc3LiBUzuE2CNzi5EWCOh07gKmV3GnI14o l9mrp6xT4QDT7vgM7x4ZGpjjrljUEYAGFHa/5Ed+pxfN2uSZw6UnVEQ33tylRr3WXCp0GwS1qVMUV jflHLLomoyENMVqm/7WYclWzluDauWgslDBYC50bGeD8Ah5V+8FjhA6xrYOiBbp8KevFg/yXPQFbV +/HpaXRse8nfV6QYGQfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOcUs-00BHk9-PN; Mon, 28 Feb 2022 09:39:14 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOcUp-00BHiN-2m for linux-arm-kernel@lists.infradead.org; Mon, 28 Feb 2022 09:39:12 +0000 Received: from [192.168.1.111] (91-156-85-209.elisa-laajakaista.fi [91.156.85.209]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D8936478; Mon, 28 Feb 2022 10:39:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1646041145; bh=PFehvEiXF30wC6an5vLf49LvGgKwjVvaSRlxJwK8Wz8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=tf1SqDGUh31iiqRENKsA94L2Q7hIhz1Khg1tyh8b5cW4OAkSjrK1Qt1imNYjxjXVZ ZLmmrI6BPCEdCCUuDNHkwGt5dG51E7PATkiMTYg7ZSsc4JgxI3J6lEAl0p2XvgNwsn aupS7baEUiVvyvPqNRiJYQNjWKjjuikBn2eNWnoM= Message-ID: <613c0fc8-8cad-ef38-a47d-794b08b1a083@ideasonboard.com> Date: Mon, 28 Feb 2022 11:39:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt Content-Language: en-US To: Nishanth Menon , Boris Brezillon , Daniel Vetter , Laurent Pinchart , Neil Armstrong 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 References: <20210921174059.17946-1-nm@ti.com> <20211109145538.fh3vsfnvfvvmcovb@automated> From: Tomi Valkeinen In-Reply-To: <20211109145538.fh3vsfnvfvvmcovb@automated> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220228_013911_354331_B338832A X-CRM114-Status: GOOD ( 13.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 >> --- >> 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