Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757524AbcC2QGi (ORCPT ); Tue, 29 Mar 2016 12:06:38 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:41140 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200AbcC2QGh (ORCPT ); Tue, 29 Mar 2016 12:06:37 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: 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.7 #1 Date: Tue, 29 Mar 2016 18:07:09 +0200 Message-ID: <1459267629-16376-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: 1464 Lines: 44 Arnd, Olof, Kevin, Here again, some little update on the DT front. Nothing big nor surprising. As for the "soc" PR, it's not urgent and I can rebase this one as well if needed. More material will certainly stack on this later for 4.7... Thanks, bye, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -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 fd718627b31dfccc1875320a1e63bfc654ca4dc4: ARM: dts: at91: sama5d2: add LCD controller (2016-03-29 16:32:33 +0200) ---------------------------------------------------------------- First DT batch for 4.7, additions for sama5d2 SoC: - chipid node to identify the SoC - SFR node (Special Function Registers) - LCD controller's node ---------------------------------------------------------------- Cyrille Pitchen (1): ARM: dts: at91: sama5d2: add SFR node Ludovic Desroches (1): ARM: dts: at91: sama5d2: add chipid node Nicolas Ferre (1): ARM: dts: at91: sama5d2: add LCD controller .../devicetree/bindings/arm/atmel-at91.txt | 2 +- arch/arm/boot/dts/sama5d2.dtsi | 36 ++++++++++++++++++++++ include/soc/at91/atmel-sfr.h | 18 +++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 include/soc/at91/atmel-sfr.h -- Nicolas Ferre