From patchwork Thu Aug 15 06:01:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 2844992 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 527BBBF546 for ; Thu, 15 Aug 2013 06:04:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7AD6920416 for ; Thu, 15 Aug 2013 06:04:19 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C25B20415 for ; Thu, 15 Aug 2013 06:04:18 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9qeb-0004jd-HJ; Thu, 15 Aug 2013 06:03:26 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9qeF-0007Da-O9; Thu, 15 Aug 2013 06:03:03 +0000 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9qeD-0007BN-3K for linux-arm-kernel@lists.infradead.org; Thu, 15 Aug 2013 06:03:01 +0000 Received: by mail-pd0-f179.google.com with SMTP id v10so422724pde.38 for ; Wed, 14 Aug 2013 23:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Ev6gzcl8pwrGSiq3H9cI6pBRhuN2jacHZ1n1qqdvGF4=; b=Y5oIwfXLTjQAXmpfvPRHuee+RiB+O5SJZpJneYqI0apIsm4WBvBYAYRLLYFIuuaSId 8SAnkcQ5m3pXwzw4IW01cpgCDvSRIKtq08cAeEhPUPTiIJcGQ6wnj5XWC0ms2NoYGPDu uk9bwwQiWvrsgsJIkIZ1ZIBYl22i1RZkjnqr5RrQmC3EyRcFDbexaI7W9IAPEvum/LNu MbdyF0vA/i+PoYsgh7betpe7EQ7d1/W4vd0dcE7voQVOPJT2/y6vjOLN5Br2odU2+mCp 9vy33eb0BhZNfllc/dY/WRy/3/4OTvuW06sChZNwSm09+qfx8wN5ipgqppA1xrd311U9 vexQ== X-Received: by 10.68.160.193 with SMTP id xm1mr13910869pbb.88.1376546559644; Wed, 14 Aug 2013 23:02:39 -0700 (PDT) Received: from localhost.localdomain ([112.79.41.60]) by mx.google.com with ESMTPSA id a5sm54752871pbw.4.2013.08.14.23.02.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 23:02:38 -0700 (PDT) From: "Lad, Prabhakar" To: Sekhar Nori Subject: [PATCH v4 3/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio. Date: Thu, 15 Aug 2013 11:31:35 +0530 Message-Id: <1376546497-26931-4-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1376546497-26931-1-git-send-email-prabhakar.csengg@gmail.com> References: <1376546497-26931-1-git-send-email-prabhakar.csengg@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130815_020301_568793_37AB1B46 X-CRM114-Status: GOOD ( 10.11 ) X-Spam-Score: -2.0 (--) Cc: DLOS , netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, LKML , "Lad, Prabhakar" , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Lad, Prabhakar" Add OF_DEV_AUXDATA for mdio driver in da850 board dt file to use mdio clock. Signed-off-by: Lad, Prabhakar --- Changes for v2: none Changes for v3: none Changes for v4: none 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 9683cbd..d172563 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -43,6 +43,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = { OF_DEV_AUXDATA("ns16550a", 0x01c42000, "serial8250.0", NULL), OF_DEV_AUXDATA("ns16550a", 0x01d0c000, "serial8250.1", NULL), OF_DEV_AUXDATA("ns16550a", 0x01d0d000, "serial8250.2", NULL), + OF_DEV_AUXDATA("ti,davinci_mdio", 0x01e24000, "davinci_mdio.0", NULL), {} };