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

dt-bindings: net: bluetooth: nxp: add support for supply and reset

Add support for chip power supply and chip reset/powerdown.

Signed-off-by: Catalin Popescu <catalin.popescu@leica-geosystems.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Catalin Popescu and committed by
Luiz Augusto von Dentz
18afbdcd be31d11e

+10
+10
Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
··· 72 72 description: 73 73 The GPIO number of the NXP chipset used for BT_WAKE_OUT. 74 74 75 + vcc-supply: 76 + description: 77 + phandle of the regulator that provides the supply voltage. 78 + 79 + reset-gpios: 80 + description: 81 + Chip powerdown/reset signal (PDn). 82 + 75 83 required: 76 84 - compatible 77 85 ··· 98 90 device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>; 99 91 nxp,wakein-pin = /bits/ 8 <18>; 100 92 nxp,wakeout-pin = /bits/ 8 <19>; 93 + vcc-supply = <&nxp_iw612_supply>; 94 + reset-gpios = <&gpioctrl 2 GPIO_ACTIVE_LOW>; 101 95 local-bd-address = [66 55 44 33 22 11]; 102 96 interrupt-parent = <&gpio>; 103 97 interrupts = <8 IRQ_TYPE_EDGE_FALLING>;