Re: [OpenWrt-Devel] [PATCH 1/2 v2] reset: Add DT bindings for the Gemini reset controller

2017-05-08 Thread Tom Psyborg
Is it ever going to be added so this endless spam can end? On 8 May 2017 at 22:07, Linus Walleij wrote: > This is a simple reset controller in a single 32bit > register. > > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Move the reset controller node to be the same as the syscon >

[OpenWrt-Devel] [PATCH 1/2 v2] reset: Add DT bindings for the Gemini reset controller

2017-05-08 Thread Linus Walleij
This is a simple reset controller in a single 32bit register. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Move the reset controller node to be the same as the syscon node, no need for a specific child node. - Add an include file with nice #defines. --- .../bindings/reset/cortina,gemin