Re: [PATCH 1/2] regulator: Add regmap support to regulator-fixed device tree binding

2015-11-30 Thread Mark Brown
On Sat, Nov 28, 2015 at 09:13:01PM +, Simon Arlott wrote: > Add properties for regmap to the regulator-fixed device tree binding: > * Reference the regmap phandle > * Specify the enable offset and enable mask > * Reuse enable-active-high for regmap > > This is required for Broadcom BCM63xx SoC

[PATCH 1/2] regulator: Add regmap support to regulator-fixed device tree binding

2015-11-28 Thread Simon Arlott
Add properties for regmap to the regulator-fixed device tree binding: * Reference the regmap phandle * Specify the enable offset and enable mask * Reuse enable-active-high for regmap This is required for Broadcom BCM63xx SoCs that enable power to individual peripherals by clearing a bit in the mis