mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
mfd: arizona: Update GPIO binding for newly supported specifiers
Link to the generic GPIO specifier bindings now that the second cell of the binding has some support in the driver. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
7b55033fbe
commit
7a456cba37
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ Required properties:
|
||||||
|
|
||||||
- gpio-controller : Indicates this device is a GPIO controller.
|
- gpio-controller : Indicates this device is a GPIO controller.
|
||||||
- #gpio-cells : Must be 2. The first cell is the pin number and the
|
- #gpio-cells : Must be 2. The first cell is the pin number and the
|
||||||
second cell is used to specify optional parameters (currently unused).
|
second cell is used to specify optional parameters, see ../gpio/gpio.txt
|
||||||
|
for details.
|
||||||
|
|
||||||
- AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device,
|
- AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device,
|
||||||
as covered in Documentation/devicetree/bindings/regulator/regulator.txt
|
as covered in Documentation/devicetree/bindings/regulator/regulator.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue