From patchwork Thu Feb 7 16:03:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 218944 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6EB1B2C0090 for ; Fri, 8 Feb 2013 03:09:49 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U3TzX-0001tD-KN; Thu, 07 Feb 2013 16:06:27 +0000 Received: from eusmtp01.atmel.com ([212.144.249.242]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U3Twj-0008EX-U2 for linux-arm-kernel@lists.infradead.org; Thu, 07 Feb 2013 16:03:37 +0000 Received: from HNOCHT01.corp.atmel.com (10.161.30.161) by eusmtp01.atmel.com (10.161.101.30) with Microsoft SMTP Server (TLS) id 14.2.318.4; Thu, 7 Feb 2013 17:03:57 +0100 Received: from [10.159.245.112] (10.161.30.18) by HNOCHT01.corp.atmel.com (10.161.30.161) with Microsoft SMTP Server (TLS) id 14.2.318.1; Thu, 7 Feb 2013 17:03:29 +0100 Message-ID: <5113D04B.2060101@atmel.com> Date: Thu, 7 Feb 2013 17:03:23 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Olof Johansson , Arnd Bergmann , linux-arm-kernel Subject: [GIT PULL] at91: Device Tree related material for 3.9 X-Enigmail-Version: 1.4.6 X-Originating-IP: [10.161.30.18] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130207_110334_301147_1E577530 X-CRM114-Status: UNSURE ( 7.81 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "Wu, Josh" , Joachim Eastwood , Jean-Christophe PLAGNIOL-VILLARD , Linux Kernel list X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Arnd, Olof, Here is a pull request for AT91 Device Tree material. It is pretty small and mostly related to at91rm9200 work done by Joachim. This one can go on top of the GIT PULL request that I sent two days ago: "[GIT PULL] at91: fixes for 3.9-rc1". But actually it is not related... The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7: Linux 3.8-rc6 (2013-02-01 12:08:14 +1100) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-dt for you to fetch changes up to ce3b2630fd4737a3f9aa9119d40647a9ac7baa38: ARM: at91: add EMAC bindings to RM9200 DT (2013-02-07 16:40:09 +0100) ---------------------------------------------------------------- Update to DT files for AT91: - adding the watchdog to Animeo IP board - some more DT support for at91rm9200 peripherals ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (1): ARM: at91: Animeo IP: enable watchdog support Joachim Eastwood (3): ARM: at91: add MMC bindings to RM9200 DT ARM: at91: add SSC bindings to RM9200 DT ARM: at91: add EMAC bindings to RM9200 DT arch/arm/boot/dts/animeo_ip.dts | 4 + arch/arm/boot/dts/at91rm9200.dtsi | 158 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91rm9200ek.dts | 5 ++ arch/arm/mach-at91/at91rm9200.c | 2 + 4 files changed, 169 insertions(+) Thanks best regards,