lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 1 Mar 2013 21:40:49 +0100
From:	Belisko Marek <marek.belisko@...il.com>
To:	b-cousson@...com, Tony Lindgren <tony@...mide.com>
Cc:	"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
	devicetree-discuss@...ts.ozlabs.org,
	linux-arm-kernel@...ts.infradead.org,
	LKML <linux-kernel@...r.kernel.org>,
	Marek Belisko <marek.belisko@...n-nandra.com>
Subject: Re: [PATCH] arm/dts: Add basic support for gta04 (Openmoko next
 generation) board.

Ping. Any objections to that patch?

On Thu, Jan 24, 2013 at 7:34 PM, Marek Belisko
<marek.belisko@...n-nandra.com> wrote:
> Signed-off-by: Marek Belisko <marek.belisko@...n-nandra.com>
> ---
>  arch/arm/boot/dts/omap3-gta04.dts |   94 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 94 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..9e7e3ec
> --- /dev/null
> +++ b/arch/arm/boot/dts/omap3-gta04.dts
> @@ -0,0 +1,94 @@
> +/*
> + * Copyright (C) 2013 Marek Belisko <marek.belisko@...n-nandra.com>
> + *
> + * 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>;
> +       };
> +
> +       /* leds */
> +       tca6507@45 {
> +               compatible = "ti,tca6507";
> +               #address-cells = <1>;
> +               #size-cells = <0>;
> +               reg = <0x45>;
> +
> +               gta04_led0: red_aux@0 {
> +                       label = "gta04:red:aux";
> +                       reg = <0x0>;
> +               };
> +
> +               gta04_led1: green_aux@1 {
> +                       label = "gta04:green:aux";
> +                       reg = <0x1>;
> +               };
> +
> +               gta04_led3: red_power@3 {
> +                       label = "gta04:red:power";
> +                       reg = <0x3>;
> +                       linux,default-trigger = "default-on";
> +               };
> +
> +               gta04_led4: green_power@4 {
> +                       label = "gta04:green:power";
> +                       reg = <0x4>;
> +               };
> +       };
> +};
> +
> +&i2c3 {
> +       clock-frequency = <100000>;
> +};
> +
> +&mmc1 {
> +       vmmc-supply = <&vmmc1>;
> +       bus-width = <4>;
> +};
> +
> --
> 1.7.10.4
>

Regards,

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ