Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1767796Ab2KON35 (ORCPT ); Thu, 15 Nov 2012 08:29:57 -0500 Received: from mail-ob0-f174.google.com ([209.85.214.174]:46217 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1767729Ab2KON34 (ORCPT ); Thu, 15 Nov 2012 08:29:56 -0500 MIME-Version: 1.0 In-Reply-To: <20121115115925.2FE453E09BB@localhost> References: <1351633367-19082-1-git-send-email-marek.belisko@open-nandra.com> <20121115115925.2FE453E09BB@localhost> Date: Thu, 15 Nov 2012 14:29:55 +0100 Message-ID: Subject: Re: [PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board. From: Belisko Marek To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: Tony Lindgren 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: 3703 Lines: 134 CC'ing Tony On Thu, Nov 15, 2012 at 12:59 PM, Grant Likely wrote: > On Wed, 14 Nov 2012 21:26:58 +0100, Belisko Marek wrote: >> CC' Grant & Rob > > Hi Marek > > Since this is an OMAP board, you should send the changes to Tony and > they should be merged through the arm-soc tree. > > g. > >> >> On Tue, Oct 30, 2012 at 10:42 PM, Marek Belisko >> wrote: >> > Signed-off-by: Marek Belisko >> > --- >> > arch/arm/boot/dts/omap3-gta04.dts | 65 +++++++++++++++++++++++++++++++++++++ >> > 1 file changed, 65 insertions(+) >> > create mode 100644 arch/arm/boot/dts/omap3-gta04.dts >> > >> > diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts >> > new file mode 100644 >> > index 0000000..76efd13 >> > --- /dev/null >> > +++ b/arch/arm/boot/dts/omap3-gta04.dts >> > @@ -0,0 +1,65 @@ >> > +/* >> > + * Copyright (C) 2012 Marek Belisko >> > + * >> > + * Based on omap3-beagle-xm.dts >> > + * >> > + * This program is free software; you can redistribute it and/or modify >> > + * it under the terms of the GNU General Public License version 2 as >> > + * published by the Free Software Foundation. >> > + */ >> > +/dts-v1/; >> > + >> > +/include/ "omap3.dtsi" >> > + >> > +/ { >> > + model = "OMAP3 GTA04"; >> > + compatible = "ti,omap3-gta04", "ti,omap3"; >> > + >> > + memory { >> > + device_type = "memory"; >> > + reg = <0x80000000 0x20000000>; /* 512 MB */ >> > + }; >> > + >> > + gpio-keys { >> > + compatible = "gpio-keys"; >> > + #address-cells = <1>; >> > + #size-cells = <0>; >> > + aux-button { >> > + label = "AUX"; >> > + linux,code = <169>; >> > + gpios = <&gpio1 7 1>; >> > + gpio-key,wakeup; >> > + }; >> > + }; >> > +}; >> > + >> > +&i2c1 { >> > + clock-frequency = <2600000>; >> > + >> > + twl: twl@48 { >> > + reg = <0x48>; >> > + interrupts = <7>; /* SYS_NIRQ cascaded to intc */ >> > + interrupt-parent = <&intc>; >> > + }; >> > +}; >> > + >> > +/include/ "twl4030.dtsi" >> > + >> > +&i2c2 { >> > + clock-frequency = <400000>; >> > + /* Pressure Sensor */ >> > + bmp085@77 { >> > + compatible = "bosch,bmp085"; >> > + reg = <0x77>; >> > + }; >> > +}; >> > + >> > +&i2c3 { >> > + clock-frequency = <100000>; >> > +}; >> > + >> > +&mmc1 { >> > + vmmc-supply = <&vmmc1>; >> > + bus-width = <4>; >> > +}; >> > + >> > -- >> > 1.7.9.5 >> > >> >> >> >> -- >> as simple and primitive as possible >> ------------------------------------------------- >> Marek Belisko - OPEN-NANDRA >> Freelance Developer >> >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic >> Tel: +421 915 052 184 >> skype: marekwhite >> twitter: #opennandra >> web: http://open-nandra.com > > -- > Grant Likely, B.Sc, P.Eng. > Secret Lab Technologies, Ltd. Marek -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com -- 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/