public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH next v2 1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset
@ 2025-02-27 10:57 Catalin Popescu
  2025-02-27 10:57 ` [PATCH next v2 2/2] bluetooth: btnxpuart: implement powerup sequence Catalin Popescu
  2025-02-27 11:30 ` [next,v2,1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset bluez.test.bot
  0 siblings, 2 replies; 5+ messages in thread
From: Catalin Popescu @ 2025-02-27 10:57 UTC (permalink / raw)
  To: neeraj.sanjaykale, marcel, luiz.dentz, robh, krzk+dt,
	loic.poulain
  Cc: linux-bluetooth, devicetree, linux-kernel, m.felsch,
	amitkumar.karwar, conor+dt, Catalin Popescu, Conor Dooley

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>
---
v2:
- rebase on linux-next tag next-20250227
- add acked-by
---
 .../bindings/net/bluetooth/nxp,88w8987-bt.yaml         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
index 04f55fac42ce..97c694f2d70a 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
@@ -50,6 +50,14 @@ properties:
     description:
       The GPIO number of the NXP chipset used for BT_WAKE_OUT.
 
+  vcc-supply:
+    description:
+      phandle of the regulator that provides the supply voltage.
+
+  reset-gpios:
+    description:
+      Chip powerdown/reset signal (PDn).
+
 required:
   - compatible
 
@@ -66,5 +74,7 @@ examples:
             device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
             nxp,wakein-pin = /bits/ 8 <18>;
             nxp,wakeout-pin = /bits/ 8 <19>;
+            vcc-supply = <&nxp_iw612_supply>;
+            reset-gpios = <&gpioctrl 2 GPIO_ACTIVE_LOW>;
         };
     };

base-commit: be5c7bbb3a64baf884481a1ba0c2f8fb2f93f7c3
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-06 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 10:57 [PATCH next v2 1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset Catalin Popescu
2025-02-27 10:57 ` [PATCH next v2 2/2] bluetooth: btnxpuart: implement powerup sequence Catalin Popescu
2025-03-06 15:29   ` Loic Poulain
2025-03-06 15:56     ` POPESCU Catalin
2025-02-27 11:30 ` [next,v2,1/2] dt-bindings: net: bluetooth: nxp: add support for supply and reset bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox