From patchwork Fri Sep 30 13:00:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 77172 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp274760qgf; Fri, 30 Sep 2016 06:01:11 -0700 (PDT) X-Received: by 10.98.216.6 with SMTP id e6mr11662877pfg.106.1475240471079; Fri, 30 Sep 2016 06:01:11 -0700 (PDT) Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id b9si20077837pfe.74.2016.09.30.06.01.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Sep 2016 06:01:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 286D76EA10; Fri, 30 Sep 2016 13:01:10 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) by gabe.freedesktop.org (Postfix) with ESMTPS id 65AAA6EA10 for ; Fri, 30 Sep 2016 13:01:08 +0000 (UTC) Received: by mail-lf0-x235.google.com with SMTP id g62so105024841lfe.3 for ; Fri, 30 Sep 2016 06:01:08 -0700 (PDT) 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; bh=R8Kijrgl2AFyEMrHCJNrqxwYfk9be4FIwnzdSO1Ru9A=; b=zZ8YuhRc9gFoflzE7NVBRFjV+/Y0lTkRuhEUxXBV6Oa9WV4F3Hak9K1I5v3dw+dXh3 yGrNfnkSBq9MgQa2ljCq2KhN7lwbdpKo2K1iPfkF35VVXTI0QMsbICOTmTDtr9WLvjJa aT6t8kOlCGpP58BUMNah0crOfNmYM9KFq1VBLKWRwk9OowPve9WXM/+W0NuKbH5GQtAv 2a3YdcejRdyYYDx3TaZh2xqaUJ0hRXz56PWGhjZHtypOXkmCvaEMqSU2OiwqS2vY9HR8 3CcDCmR6ZoAYUgMkGRHcJstOSLgOvoMxB+B28AQ/dm67yOzEX8hiwP7JkukprnjIwCIt CEzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=R8Kijrgl2AFyEMrHCJNrqxwYfk9be4FIwnzdSO1Ru9A=; b=BFuK3Wz/H4tZNs2eUrRP+DIyzB7b+POGc3NfmDyAy13kyA4MkROOK2aoYLrz6PMYEH Ajyq5LSUQ83Rg825JmviP0gPWwUwOiMiiO79sSI8HLRwWszMVj5lempz/6AgnWiZmgYc lfRfT2SGGCNyhrjDS3RJRziZf++yjyuREiS3wegu0xbB3/v0/2FuFQQDLQBaM7PsnJ7/ eUKMk/iTZAqL3JFTR+JmDRFXjdNYEnqbubn6s09F2KAl+OWpWD5dxetlK80hFws3C2k7 kkqKCIRMb7KePm0WjXIwnzNH+soKlYrl3N1h5DXwkjpoAhZVwnYCIaynRxAZvEQ0F7Qk 7EiA== X-Gm-Message-State: AA6/9RluXu1FQI2jgMosEtT2QguM0/u0tSrx4SoEEw0BZ22X49gaIBN+RrGtxVKLG2Skphhv X-Received: by 10.194.157.226 with SMTP id wp2mr7501868wjb.48.1475240466743; Fri, 30 Sep 2016 06:01:06 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id vh6sm19563956wjb.0.2016.09.30.06.01.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 30 Sep 2016 06:01:06 -0700 (PDT) From: Bartosz Golaszewski To: Jyri Sarha , Tomi Valkeinen , David Airlie , Kevin Hilman , Michael Turquette , Sekhar Nori Subject: [PATCH] drm: tilcdc: add a da850-specific compatible string Date: Fri, 30 Sep 2016 15:00:56 +0200 Message-Id: <1475240456-22936-1-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 Cc: Bartosz Golaszewski , linux-drm , LKML , arm-soc X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Due to some potential tweaks for the da850 LCDC (for example: the required memory bandwith settings) we need a separate compatible for the IP present on the da850 boards. Suggested-by: Sekhar Nori Signed-off-by: Bartosz Golaszewski --- drivers/gpu/drm/tilcdc/tilcdc_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.c index a694977..231f2c7 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.c @@ -723,6 +723,7 @@ static int tilcdc_pdev_remove(struct platform_device *pdev) static struct of_device_id tilcdc_of_match[] = { { .compatible = "ti,am33xx-tilcdc", }, + { .compatible = "ti,da850-tilcdc", }, { }, }; MODULE_DEVICE_TABLE(of, tilcdc_of_match);