Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: devicetree: arizona: Add bindings for WM8280

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Richard Fitzgerald and committed by
Lee Jones
c4ac3719 e5d4ef0d

+11 -4
+11 -4
Documentation/devicetree/bindings/mfd/arizona.txt
··· 8 8 - compatible : One of the following chip-specific strings: 9 9 "wlf,wm5102" 10 10 "wlf,wm5110" 11 + "wlf,wm8280" 11 12 "wlf,wm8997" 12 13 - reg : I2C slave address when connected using I2C, chip select number when 13 14 using SPI. ··· 27 26 - #gpio-cells : Must be 2. The first cell is the pin number and the 28 27 second cell is used to specify optional parameters (currently unused). 29 28 30 - - AVDD-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply (wm5102, wm5110), 31 - CPVDD-supply, SPKVDDL-supply (wm5102, wm5110), SPKVDDR-supply (wm5102, 32 - wm5110), SPKVDD-supply (wm8997) : Power supplies for the device, as covered 33 - in Documentation/devicetree/bindings/regulator/regulator.txt 29 + - AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device, 30 + as covered in Documentation/devicetree/bindings/regulator/regulator.txt 31 + 32 + - DBVDD2-supply, DBVDD3-supply : Additional databus power supplies (wm5102, 33 + wm5110, wm8280) 34 + 35 + - SPKVDDL-supply, SPKVDDR-supply : Speaker driver power supplies (wm5102, 36 + wm5110, wm8280) 37 + 38 + - SPKVDD-supply : Speaker driver power supply (wm8997) 34 39 35 40 Optional properties: 36 41