From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Murzin Subject: Re: [PATCH v3 09/10] ARM: dts: introduce MPS2 AN385/AN386 Date: Tue, 16 Feb 2016 15:37:31 +0000 Message-ID: <56C3423B.5070307@arm.com> References: <1455617295-23736-1-git-send-email-vladimir.murzin@arm.com> <1455617295-23736-10-git-send-email-vladimir.murzin@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: Arnd Bergmann , Russell King - ARM Linux , Greg KH , Daniel Lezcano , Thomas Gleixner , =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , Mark Rutland , =?UTF-8?B?UGF3ZcWCIE1vbGw=?= , "ijc+devicetree@hellion.org.uk" , Kumar Gala , Jiri Slaby , Rob Herring , Andy Shevchenko , "devicetree@vger.kernel.org" , "linux-serial@vger.kernel.org" , "linux-api@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" List-Id: linux-serial@vger.kernel.org On 16/02/16 15:17, Linus Walleij wrote: > On Tue, Feb 16, 2016 at 11:08 AM, Vladimir Murzin > 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 > (...) >> + 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. > Thank you for pushing it, it cost me couple of minutes to make these tiny leds alive :) > Reviewed-by: Linus Walleij > Cheers! Vladimir > Yours, > Linus Walleij > > >