From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934397AbbEMR1D (ORCPT ); Wed, 13 May 2015 13:27:03 -0400 Received: from fw-tnat.cambridge.arm.com ([217.140.96.140]:41189 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932186AbbEMR07 (ORCPT ); Wed, 13 May 2015 13:26:59 -0400 X-Greylist: delayed 888 seconds by postgrey-1.27 at vger.kernel.org; Wed, 13 May 2015 13:26:58 EDT From: Liviu Dudau To: Arnd Bergmann , Olof Johansson , Rob Herring , Mark Rutland , Ian Campbell , Marc Zyngier , Catalin Marinas , Will Deacon , Sudeep Holla , devicetree , LAKML , LKML Subject: [PATCH 0/5] arm64: Juno DT updates and new DT for Juno R1 Date: Wed, 13 May 2015 18:11:27 +0100 Message-Id: <1431537092-19597-1-git-send-email-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.3.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series restructures the Juno DT files and introduces the DT for the new Juno R1. The board is an update of the Juno R0 with support for PCIe, but the current series only brings the board to parity with Juno R0. The series that enable the PCIe Generic Host Bridge to be used on Juno R1 will be posted separately. Liviu Dudau (5): arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock. arm64: Juno: Split juno.dts into juno-base.dtsi and juno.dts. arm64: Juno: Add memory mapped timer node arm64: Juno: Add GICv2m support in device tree. arm64: Add DT support for Juno r1 board. arch/arm64/boot/dts/arm/Makefile | 2 +- arch/arm64/boot/dts/arm/juno-base.dtsi | 147 +++++++++++++++++++++++++++++++ arch/arm64/boot/dts/arm/juno-clocks.dtsi | 4 +- arch/arm64/boot/dts/arm/juno-r1.dts | 123 ++++++++++++++++++++++++++ arch/arm64/boot/dts/arm/juno.dts | 122 +------------------------ 5 files changed, 274 insertions(+), 124 deletions(-) create mode 100644 arch/arm64/boot/dts/arm/juno-base.dtsi create mode 100644 arch/arm64/boot/dts/arm/juno-r1.dts -- 2.3.6 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liviu.Dudau@arm.com (Liviu Dudau) Date: Wed, 13 May 2015 18:11:27 +0100 Subject: [PATCH 0/5] arm64: Juno DT updates and new DT for Juno R1 Message-ID: <1431537092-19597-1-git-send-email-Liviu.Dudau@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This series restructures the Juno DT files and introduces the DT for the new Juno R1. The board is an update of the Juno R0 with support for PCIe, but the current series only brings the board to parity with Juno R0. The series that enable the PCIe Generic Host Bridge to be used on Juno R1 will be posted separately. Liviu Dudau (5): arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock. arm64: Juno: Split juno.dts into juno-base.dtsi and juno.dts. arm64: Juno: Add memory mapped timer node arm64: Juno: Add GICv2m support in device tree. arm64: Add DT support for Juno r1 board. arch/arm64/boot/dts/arm/Makefile | 2 +- arch/arm64/boot/dts/arm/juno-base.dtsi | 147 +++++++++++++++++++++++++++++++ arch/arm64/boot/dts/arm/juno-clocks.dtsi | 4 +- arch/arm64/boot/dts/arm/juno-r1.dts | 123 ++++++++++++++++++++++++++ arch/arm64/boot/dts/arm/juno.dts | 122 +------------------------ 5 files changed, 274 insertions(+), 124 deletions(-) create mode 100644 arch/arm64/boot/dts/arm/juno-base.dtsi create mode 100644 arch/arm64/boot/dts/arm/juno-r1.dts -- 2.3.6