Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751986AbaJEWBL (ORCPT ); Sun, 5 Oct 2014 18:01:11 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:64564 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596AbaJEWBJ (ORCPT ); Sun, 5 Oct 2014 18:01:09 -0400 From: Beniamino Galvani To: linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann , Carlo Caione , Russell King , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jerry Cao , Victor Wan , Beniamino Galvani Subject: [PATCH v2 0/7] ARM: meson: add support for Meson8 Date: Sun, 5 Oct 2014 23:59:12 +0200 Message-Id: <1412546359-15062-1-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this patchset introduces support for Amlogic Meson8, which is a family of quad-core Cortex-A9 SoCs used in tablets and set-top boxes. Changes since v1: - reused the existing DT machine definition and renamed it to be more generic - added L2 cache support Beniamino Galvani (7): ARM: meson: add meson8 support ARM: dts: add dtsi for Amlogic Meson8 SoCs ARM: dts: add dts for Tronsmart S89 Elite TV box of: add vendor prefix for Tronsmart ARM: document Tronsmart compatible properties ARM: meson: document meson8 compatible properties ARM: meson: enable L2 cache Documentation/devicetree/bindings/arm/amlogic.txt | 8 +- .../devicetree/bindings/arm/tronsmart.txt | 7 ++ .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/meson.dtsi | 7 ++ arch/arm/boot/dts/meson6.dtsi | 2 + arch/arm/boot/dts/meson8-vega-s89e.dts | 65 +++++++++++++++ arch/arm/boot/dts/meson8.dtsi | 92 ++++++++++++++++++++++ arch/arm/mach-meson/Kconfig | 6 ++ arch/arm/mach-meson/meson.c | 10 ++- 9 files changed, 191 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/tronsmart.txt create mode 100644 arch/arm/boot/dts/meson8-vega-s89e.dts create mode 100644 arch/arm/boot/dts/meson8.dtsi -- 1.9.1 -- 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/