From patchwork Mon Jan 23 17:00:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9533147 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7D23C6046A for ; Mon, 23 Jan 2017 17:06:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 70BF2212E8 for ; Mon, 23 Jan 2017 17:06:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6560528389; Mon, 23 Jan 2017 17:06:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2EA36212E8 for ; Mon, 23 Jan 2017 17:06:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cVi4k-0006jl-PG; Mon, 23 Jan 2017 17:06:38 +0000 Received: from mail-wm0-f52.google.com ([74.125.82.52]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVi0o-0002b4-SN for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2017 17:02:36 +0000 Received: by mail-wm0-f52.google.com with SMTP id r126so142646703wmr.0 for ; Mon, 23 Jan 2017 09:02:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=T/Klk6SYm4WTO7mYPWQLSX9js4TgB95bXrhwxjqEXnw=; b=tDCVyanVOtxwlDuzfUBPePV690XrCyOMeXk7oOL3syI1jI5UUPsPdSuDoePXyY9fBp qFKHjGWxeQdY1/A77ATkZyEticzoOMKhi6fdHxtcJjo9xrAQwaddqNua2FScuLej2z6t TEkQ4/N/QjLF+wUFHpT1bfxpxutEUrnyn5u45yrb124JkFla//MwK4ti/MGw2xqP+OQX mfB0fjzOTv6YPnlweB0gQKHuiSya3zEbmUsgALU4FqLSDlD/1pQ/3eTMeYyKqKMC8pdc pD3L9mxJQHc7erzLi2an572kp/sU2qlf+XPHDpp2lQBrpYKEjn3wBF2sQK1UhXX29kZX 8g+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=T/Klk6SYm4WTO7mYPWQLSX9js4TgB95bXrhwxjqEXnw=; b=IcT11qmuiFwEdVCAyNKXvOXnmGb5imtUuouTs8oTPZU5v6GrKDb1CaLrxWjKZQG1/n 2+jEKMOd0KoPSv2IwjETbfAM+hSmS4sgN5iqi7PtSBsGzQGqtcDMswKOtOqCurNmWHgl 3QXGXHJ9Lz0KiJxChKRQahqSSNyXUiX+OeugI07+jeWHB4VKCBhI2maXe/msklyllDg7 rqJ+wINpWEHnFHew6kqQdu5xVGTuqBoz2YMYyeZCqlfpCxC2CLwxsmpYVpMxP7xtgUyK 6rG0hyzpUP5cy0RFGdFWDpqO3A1Gl/9bIn1VlP7SYl6Fjzhli35By6px9W+q4srxNIEg uZmw== X-Gm-Message-State: AIkVDXJaOzN97L1tOF0GRAz/SsvEOrWpqozrBPr3mufNdYMi22g+QFU75cqBe9vBohR34uiG X-Received: by 10.28.31.212 with SMTP id f203mr13594346wmf.130.1485190873081; Mon, 23 Jan 2017 09:01:13 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l10sm12758910wrb.44.2017.01.23.09.01.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 Jan 2017 09:01:12 -0800 (PST) From: Bartosz Golaszewski To: Kevin Hilman , Sekhar Nori , Patrick Titiano , Michael Turquette , Tejun Heo , Rob Herring , Mark Rutland , Russell King , David Lechner Subject: [PATCH v6 07/14] sata: ahci-da850: add device tree match table Date: Mon, 23 Jan 2017 18:00:49 +0100 Message-Id: <1485190856-4711-8-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> References: <1485190856-4711-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170123_090235_073183_E0D1363D X-CRM114-Status: GOOD ( 10.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ide@vger.kernel.org, Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP We're using device tree for da850-lcdk. Add the match table to allow to probe the driver. Signed-off-by: Bartosz Golaszewski Acked-by: Tejun Heo --- drivers/ata/ahci_da850.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/ata/ahci_da850.c b/drivers/ata/ahci_da850.c index 8cfdc86..7f5328f 100644 --- a/drivers/ata/ahci_da850.c +++ b/drivers/ata/ahci_da850.c @@ -121,11 +121,18 @@ static int ahci_da850_probe(struct platform_device *pdev) static SIMPLE_DEV_PM_OPS(ahci_da850_pm_ops, ahci_platform_suspend, ahci_platform_resume); +static const struct of_device_id ahci_da850_of_match[] = { + { .compatible = "ti,da850-ahci", }, + { }, +}; +MODULE_DEVICE_TABLE(of, ahci_da850_of_match); + static struct platform_driver ahci_da850_driver = { .probe = ahci_da850_probe, .remove = ata_platform_remove_one, .driver = { .name = DRV_NAME, + .of_match_table = ahci_da850_of_match, .pm = &ahci_da850_pm_ops, }, };