From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758522AbcEFOzs (ORCPT ); Fri, 6 May 2016 10:55:48 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:43852 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757956AbcEFOzr (ORCPT ); Fri, 6 May 2016 10:55:47 -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 #3 Date: Fri, 6 May 2016 16:56:19 +0200 Message-ID: <1462546579-3398-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 Arnd, Olof, Kevin, Some more DT material for 4.7. The fix on the VInCo platform is due to an error on the Ethernet driver that was not taking the gpio flag into account. As it is about to be fixed now, I have to update the only DT that was making use of it. Otherwise, all is about the TRNG nodes addition. Thanks, best regards, The following changes since commit 517550075c31917dc729d7cec0b4a0ca65294f14: ARM: dts: at91: sama5d2: add slow clock to watchdog node (2016-04-27 14:08:58 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-dt3 for you to fetch changes up to 00bf4f78b56f7d86dff5ee6242f46ef6de84f8b0: ARM: dts: at91: sama5d4: add trng node (2016-05-06 15:42:53 +0200) ---------------------------------------------------------------- Third batch of DT changes for 4.7: - a fix for the VInCo platform: reset gpio specification for Ethernet - addition of True Random Number Generator (TRNG) for all sama5 platforms - trivial adjustment of TRNG register map size for at91sam9g45 family ---------------------------------------------------------------- Mike Williams (3): ARM: dts: at91: sama5d2: add trng node ARM: dts: at91: sama5d3: add trng node ARM: dts: at91: sama5d4: add trng node Nicolas Ferre (2): ARM: dts: at91: VInCo: fix phy reset gpio flag ARM: dts: at91: at91sam9g45 family: reduce the trng register map size arch/arm/boot/dts/at91-vinco.dts | 4 ++-- arch/arm/boot/dts/at91sam9g45.dtsi | 2 +- arch/arm/boot/dts/sama5d2.dtsi | 7 +++++++ arch/arm/boot/dts/sama5d3.dtsi | 7 +++++++ arch/arm/boot/dts/sama5d4.dtsi | 7 +++++++ 5 files changed, 24 insertions(+), 3 deletions(-) -- Nicolas Ferre