From patchwork Wed Oct 5 13:05:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 9362891 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 24B8A6077E for ; Wed, 5 Oct 2016 13:08:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 15661285CB for ; Wed, 5 Oct 2016 13:08:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0994C28777; Wed, 5 Oct 2016 13:08:15 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 84D7C285CB for ; Wed, 5 Oct 2016 13:08:10 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1brltq-0004x5-CY; Wed, 05 Oct 2016 13:06:18 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1brltV-0004t8-Tv for linux-arm-kernel@lists.infradead.org; Wed, 05 Oct 2016 13:05:59 +0000 Received: by mail-wm0-x235.google.com with SMTP id p138so273155830wmb.1 for ; Wed, 05 Oct 2016 06:05:37 -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:in-reply-to:references; bh=P3x39ufV17541Vq4zl1kxXmDAJemGhm8hhpKpqedyvI=; b=FOSWG3pokirfhueLQ0LVgBnscShDSn39SlfkTTi8XPN0eXlZ0upewJNZdvS8r3ihWH UTpuQIodBtv2eSMAr/3y7tjMBjLZSzwTcbwpmq3PdKQhQmTbq/DwYx+uAfgvUGUEk8nS 8gTtKbHbhkZaWj6tKBJ0ENIu/t/v+neOxLR5ZPF40LlCYqkT76DKWOjgfhkMFZxJDMwx bYlpQe8D/kQ93X3EURfh8LmdO5GxEFi20ScS1j7w2XJ/o3cAKL1O5U1TMaU7I79WRc7S fI5XIP6BjTVciklIyTBw1UUOXz7erlGwZcTyDGbSgaHaTzwFSdnGxkcbsdxbWkwHhOxp ZwSQ== 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:in-reply-to :references; bh=P3x39ufV17541Vq4zl1kxXmDAJemGhm8hhpKpqedyvI=; b=d7xXcAEe3Hu9Sc47eIpal/o4mc7p+uWHXBO/Z4ToWn4CQrgKbwNKOg3DHA8hTb8Hi6 suB5326lzwbyS7G9kbAlJRRgYToujqfB7ah7uUTZXVPuctipy6GidlUhJmDw5owZ68Ia w9QI6WWQAvXlyQZ9BqWb+ptaFENZIULWut6/QqOwimJHSuEy14WIrSxo87OsBEMXCf2G 0sZEQHsLwvf1W9Qydd+usvnIRqQh0mdZL7HwICmHvjUJwgQdp3jXtpQdk3XQ0aQdyull ySGI4mx7WiAg9G1KAl1t5Mux6KlGsHrYXPXk5gVi5eaP8Dpo2swvS8dzY9hjgz+Wc3PO Scnw== X-Gm-Message-State: AA6/9RkIGfA5mW0jd1okBTR3iTXe/1UCa0uifxiKyDORApF2KAg5JCsSIRzxq25YuUG/SaAO X-Received: by 10.28.129.85 with SMTP id c82mr3099921wmd.86.1475672736053; Wed, 05 Oct 2016 06:05:36 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id p13sm9509706wmd.1.2016.10.05.06.05.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 05 Oct 2016 06:05:35 -0700 (PDT) From: Bartosz Golaszewski To: Kevin Hilman , Michael Turquette , Sekhar Nori , Rob Herring , Frank Rowand , Mark Rutland , Peter Ujfalusi , Russell King , Karl Beldan Subject: [PATCH 1/2] ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for lcdc Date: Wed, 5 Oct 2016 15:05:31 +0200 Message-Id: <1475672732-17111-2-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1475672732-17111-1-git-send-email-bgolaszewski@baylibre.com> References: <1475672732-17111-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161005_060558_192446_6DC632DB X-CRM114-Status: GOOD ( 12.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-devicetree , David Airlie , LKML , linux-drm , Bartosz Golaszewski , Tomi Valkeinen , Karl Beldan , Jyri Sarha , Maxime Ripard , arm-soc , Laurent Pinchart 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 From: Karl Beldan This is required for tilcdc to be able to acquire a functional clock on da850 SoCs. Signed-off-by: Karl Beldan [Bartosz: - added the commit description - changed the compatible string to 'ti,da850-tilcdc'] Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/da8xx-dt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index c9f7e92..697da3d 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -38,6 +38,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = { NULL), OF_DEV_AUXDATA("ti,da830-mcasp-audio", 0x01d00000, "davinci-mcasp.0", NULL), OF_DEV_AUXDATA("ti,da850-aemif", 0x68000000, "ti-aemif", NULL), + OF_DEV_AUXDATA("ti,da850-tilcdc", 0x01e13000, "da8xx_lcdc.0", NULL), {} };