Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751562AbdH1P3U (ORCPT ); Mon, 28 Aug 2017 11:29:20 -0400 Received: from conssluserg-06.nifty.com ([210.131.2.91]:22169 "EHLO conssluserg-06.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbdH1P3T (ORCPT ); Mon, 28 Aug 2017 11:29:19 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com v7SFT3mr007735 X-Nifty-SrcIP: [209.85.161.177] MIME-Version: 1.0 From: Masahiro Yamada Date: Tue, 29 Aug 2017 00:28:21 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd) To: arm-soc , Arnd Bergmann , Olof Johansson Cc: linux-arm-kernel , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1819 Lines: 54 Hi Arnd, Olof, Sorry for my last-minute pull request. Please pull a little more for the upcoming merge window. Here are some trivial + new SoC support for UniPhier DT (64bit). Please pull! The following changes since commit e5aefb380eafe176de066ddde1d354a167a9d474: arm64: dts: uniphier: add Denali NAND controller nodes (2017-08-13 08:43:27 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git tags/uniphier-dt64-v4.14-2 for you to fetch changes up to c28adcb536109f54ddf349ee2fd9beef084d4d88: arm64: dts: uniphier: add PXs3 SoC support (2017-08-29 00:13:53 +0900) ---------------------------------------------------------------- UniPhier ARM64 SoC DT updates for v4.14 (2nd) - add reset controller node of analog amplifier - add AIDET irqchip device nodes - fix size of sdctrl node - support new SoC PXs3 and its reference development board ---------------------------------------------------------------- Katsuhiro Suzuki (1): arm64: dts: uniphier: add reset controller node of analog amplifier Masahiro Yamada (3): arm64: dts: uniphier: add AIDET nodes arm64: dts: uniphier: fix size of sdctrl node arm64: dts: uniphier: add PXs3 SoC support arch/arm64/boot/dts/socionext/Makefile | 3 +- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 18 ++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 20 +- arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 62 ++++ arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 367 ++++++++++++++++++++++ 5 files changed, 468 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi -- Best Regards Masahiro Yamada