Re: [PATCHv2 1/2] devicetree: Add UCS1002 USB Port Power Controller binding

2016-02-21 Thread Rob Herring
On Thu, Feb 18, 2016 at 10:52:50AM +0100, Enric Balletbo i Serra wrote: > The UCS1002-2 provides a USB port power switch for precise control of up > to 2.5 amperes continuous current. > > You can add support to your board with current binding. > > Example: > > ucs1002: ucs1002@57 { >

[PATCHv2 1/2] devicetree: Add UCS1002 USB Port Power Controller binding

2016-02-18 Thread Enric Balletbo i Serra
The UCS1002-2 provides a USB port power switch for precise control of up to 2.5 amperes continuous current. You can add support to your board with current binding. Example: ucs1002: ucs1002@57 { compatible = "microchip,ucs1002"; reg = <0x57>; }; Signed-off-by: