On Fri, 04 Oct 2024 17:49:40 +0530, Neeraj Sanjay Kale wrote: > This adds a new optional device tree property device-wakeup-gpios, which specifies > the GPIO connected to BT_WAKE_IN pin of the NXP chipset. > > If this property is defined, the driver will use this GPIO for driving chip > into sleep/wakeup state, else use the UART break signal by default. > > Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@xxxxxxx> > --- > v2: Rephrase description and use "-gpios". (Krzysztof, Rob) > v3: Use device-wakeup-gpios instead of h2c-ps-gpios. (Krzysztof) > --- > .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>