Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754220AbbG3RGv (ORCPT ); Thu, 30 Jul 2015 13:06:51 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:10653 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbbG3RAi (ORCPT ); Thu, 30 Jul 2015 13:00:38 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: Josh Wu , Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: [GIT PULL] at91: dt for 4.3 #1 Date: Thu, 30 Jul 2015 19:00:57 +0200 Message-ID: <1438275657-10769-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 Organization: atmel MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2663 Lines: 66 Arnd, Olof, Kevin, This is the first batch of DT changes for 4.3. The main part of it is the addition of a new SoC in the sama5 family: the sama5d2. Here is its product .dtsi and the associated sama5d2 Xplained board description. I'll send the little C code part of it in another pull-request or as a single separated patch as I don't have other material on the "at91-4.3-soc" branch for now... Thanks, best regards, The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-dt for you to fetch changes up to 22b5a0f7bc07ac4b4e4aab9a7f8cf2521819c1c4: ARM: at91/dt: add minimal sama5d2 Xplained board (2015-07-30 18:44:44 +0200) ---------------------------------------------------------------- First batch of DT changes for 4.3: - some fixes on sama5d4 ADC definition - adding Image Sensor Interface (aka ISI) on at91sam9m10g45ek board - update rst controller compatible string on sama5 machines - new sama5d2 DT definition and its reference board: the sama5d2 Xplained. Minimal configuration for now. ---------------------------------------------------------------- Alexandre Belloni (2): ARM: at91/dt: sama5d4: fix external trigger property ARM: at91/dt: sama5d4: move ADC pinctrl to board device trees Josh Wu (2): ARM: at91/dt: add isi & ov2640 dt nodes for at91sam9m10g45ek board ARM: at91/dt: sama5: update rstc to correct compatible string Ludovic Desroches (1): ARM: at91/dt: add basic dtsi for sama5d2 SoC Nicolas Ferre (1): ARM: at91/dt: add minimal sama5d2 Xplained board arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/at91-sama5d2_xplained.dts | 134 ++++ arch/arm/boot/dts/at91-sama5d4_xplained.dts | 9 + arch/arm/boot/dts/at91-sama5d4ek.dts | 9 + arch/arm/boot/dts/at91sam9g45.dtsi | 48 +- arch/arm/boot/dts/at91sam9m10g45ek.dts | 47 ++ arch/arm/boot/dts/sama5d2.dtsi | 925 ++++++++++++++++++++++++++++ arch/arm/boot/dts/sama5d3.dtsi | 2 +- arch/arm/boot/dts/sama5d4.dtsi | 13 +- 9 files changed, 1157 insertions(+), 31 deletions(-) create mode 100644 arch/arm/boot/dts/at91-sama5d2_xplained.dts create mode 100644 arch/arm/boot/dts/sama5d2.dtsi -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/