[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdafDhT=1uJssVNAW+g05eXbRC1xUL+O0+SxcpdczUX0vQ@mail.gmail.com>
Date: Tue, 16 Feb 2016 16:17:31 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Vladimir Murzin <vladimir.murzin@....com>
Cc: Arnd Bergmann <arnd@...db.de>,
Russell King - ARM Linux <linux@....linux.org.uk>,
Greg KH <gregkh@...uxfoundation.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>,
Mark Rutland <mark.rutland@....com>,
Paweł Moll <pawel.moll@....com>,
"ijc+devicetree@...lion.org.uk" <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>, Jiri Slaby <jslaby@...e.cz>,
Rob Herring <robh+dt@...nel.org>,
Andy Shevchenko <andy.shevchenko@...il.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-serial@...r.kernel.org" <linux-serial@...r.kernel.org>,
"linux-api@...r.kernel.org" <linux-api@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 09/10] ARM: dts: introduce MPS2 AN385/AN386
On Tue, Feb 16, 2016 at 11:08 AM, Vladimir Murzin
<vladimir.murzin@....com> wrote:
> Application Notes 385 and 386 shares the same memory map and features
> except the CPU is used. AN385 is supplied with Cortex-M3 CPU and AN386
> is supplied with Cortex-M4.
>
> Signed-off-by: Vladimir Murzin <vladimir.murzin@....com>
(...)
> + fpgaio {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x40028000 0x10>;
> +
> + led@0 {
> + compatible = "register-bit-led";
> + offset = <0x0>;
> + mask = <0x01>;
> + label = "userled:0";
> + linux,default-trigger = "heartbeat";
> + default-state = "on";
> + };
> +
> + led@1 {
> + compatible = "register-bit-led";
> + offset = <0x0>;
> + mask = <0x02>;
> + label = "userled:1";
> + linux,default-trigger = "usr";
> + default-state = "off";
> + };
> + };
Thanks for using this. I worked hard to massage this into the
core.
Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
Yours,
Linus Walleij
Powered by blists - more mailing lists