dt-bindings: net: broadcom-bluetooth: Add VBAT and VDDIO supplies
The Broadcom Bluetooth chips have two power inputs, VBAT and VDDIO. The former provides overall power for the chip, while the latter powers the I/O pins and buffers. This patch adds properties for the two so we can describe the power supply relationships. Reviewed-by: Rob Herring <robh@kernel.org> Tested-by: Ondrej Jirman <megous@megous.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
6ae81eebde
commit
061a8aaf4c
|
@ -23,6 +23,8 @@ Optional properties:
|
||||||
- "extclk": deprecated, replaced by "txco"
|
- "extclk": deprecated, replaced by "txco"
|
||||||
- "txco": external reference clock (not a standalone crystal)
|
- "txco": external reference clock (not a standalone crystal)
|
||||||
- "lpo": external low power 32.768 kHz clock
|
- "lpo": external low power 32.768 kHz clock
|
||||||
|
- vbat-supply: phandle to regulator supply for VBAT
|
||||||
|
- vddio-supply: phandle to regulator supply for VDDIO
|
||||||
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in New Issue