Message ID | 1415901046-3391-3-git-send-email-rf@opensource.wolfsonmicro.com |
---|---|
State | Not Applicable |
Headers | show |
On Thu, Nov 13, 2014 at 05:50:42PM +0000, Richard Fitzgerald wrote: > - - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110), > - CPVDD-supply, SPKVDDL-supply (wm5102, wm5110), SPKVDDR-supply (wm5102, > - wm5110), SPKVDD-supply (wm8997) : Power supplies for the device, as covered > - in Documentation/devicetree/bindings/regulator/regulator.txt > + - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110, > + wm8280), CPVDD-supply, SPKVDDL-supply (wm5102, wm5110, wm8280), > + SPKVDDR-supply (wm5102, wm5110, wm8280), SPKVDD-supply (wm8997) > + : Power supplies for the device, as covered in > + Documentation/devicetree/bindings/regulator/regulator.txt This is getting pretty illegible, how about either a per device list or breaking each supply onto a separate line?
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 7bd1273..079badb 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt @@ -8,6 +8,7 @@ Required properties: - compatible : One of the following chip-specific strings: "wlf,wm5102" "wlf,wm5110" + "wlf,wm8280" "wlf,wm8997" - reg : I2C slave address when connected using I2C, chip select number when using SPI. @@ -26,10 +27,11 @@ Required properties: - #gpio-cells : Must be 2. The first cell is the pin number and the second cell is used to specify optional parameters (currently unused). - - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110), - CPVDD-supply, SPKVDDL-supply (wm5102, wm5110), SPKVDDR-supply (wm5102, - wm5110), SPKVDD-supply (wm8997) : Power supplies for the device, as covered - in Documentation/devicetree/bindings/regulator/regulator.txt + - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110, + wm8280), CPVDD-supply, SPKVDDL-supply (wm5102, wm5110, wm8280), + SPKVDDR-supply (wm5102, wm5110, wm8280), SPKVDD-supply (wm8997) + : Power supplies for the device, as covered in + Documentation/devicetree/bindings/regulator/regulator.txt Optional properties:
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> --- Documentation/devicetree/bindings/mfd/arizona.txt | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-)