Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755820AbbBLNEI (ORCPT ); Thu, 12 Feb 2015 08:04:08 -0500 Received: from mail-wi0-f173.google.com ([209.85.212.173]:47689 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755412AbbBLNEG (ORCPT ); Thu, 12 Feb 2015 08:04:06 -0500 From: Marek Belisko To: tony@atomide.com, bcousson@baylibre.com Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, marek@goldelico.com Subject: [PATCH 0/4] add openpandora device support Date: Thu, 12 Feb 2015 14:03:42 +0100 Message-Id: <1423746226-700-1-git-send-email-marek@goldelico.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 Content-Length: 1372 Lines: 31 This series of patches adds initial device tree support for the OpenPandora. The most important parts are working (display, keyboard, touch, charging, fuel gauge, musb port, sd/mmc ports, leds, buttons). Not yet supported are: usb host port, nubs, wifi, bluetooth, audio. First patch add common dtsi file which is then used in 600mhz and 1ghz variants of openpandora which support is added in patches 2 and 3. H. Nikolaus Schaller (4): ARM: dts: omap3-pandora: add common device tree ARM: dts: omap3-pandora: add OMAP3530 600 MHz version ARM: dts: omap3-pandora: add DM3730 1 GHz version ARM: dts: omap3-pandora: include in dts Makefile arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/omap3-pandora-1ghz.dts | 65 +++ arch/arm/boot/dts/omap3-pandora-600mhz.dts | 65 +++ arch/arm/boot/dts/omap3-pandora-common.dtsi | 641 ++++++++++++++++++++++++++++ 4 files changed, 773 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-pandora-1ghz.dts create mode 100644 arch/arm/boot/dts/omap3-pandora-600mhz.dts create mode 100644 arch/arm/boot/dts/omap3-pandora-common.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/