Message ID | 20250226150553.1015106-2-loic.poulain@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] Bluetooth: btnxpuart: Add VIN regulator support | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/SubjectPrefix | fail | "Bluetooth: " prefix is not specified in the subject |
Hi Loic, Thank you for your patch. There is a similar patch series from Catalin Popescu, which has been approved but pending merge: https://patchwork.kernel.org/project/bluetooth/list/?series=895539&state=%2A&archive=both ++ Luiz, Catalin Hi Catalin, Can you please resend your patch series which implements power-up sequence? Thanks, Neeraj > > To specify the VIN supply for internal buck (1.8V). This supply is usually > referenced by both the bluetooth and WiFi nodes, as they share the same > combo chip input voltage. > > Signed-off-by: Loic Poulain <loic.poulain@linaro.org> > --- > .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml | 3 +++ > 1 file changed, 3 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..275c1e5a6f72 100644 > --- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987- > bt.yaml > +++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987- > bt.yam > +++ l > @@ -50,6 +50,9 @@ properties: > description: > The GPIO number of the NXP chipset used for BT_WAKE_OUT. > > + vin-supply: > + description: Input supply phandle (1.8V) > + > required: > - compatible > > -- > 2.34.1
Hi Neeraj, Thanks for the heads-up, I just sent a v2 patchset rebased on linux-next. BR, Catalin On 26/02/2025 18:55, Neeraj Sanjay Kale wrote: > This email is not from Hexagon’s Office 365 instance. Please be careful while clicking links, opening attachments, or replying to this email. > > > Hi Loic, > > Thank you for your patch. > > There is a similar patch series from Catalin Popescu, which has been approved but pending merge: > https://patchwork.kernel.org/project/bluetooth/list/?series=895539&state=%2A&archive=both > > ++ Luiz, Catalin > > Hi Catalin, > Can you please resend your patch series which implements power-up sequence? > > Thanks, > Neeraj > >> To specify the VIN supply for internal buck (1.8V). This supply is usually >> referenced by both the bluetooth and WiFi nodes, as they share the same >> combo chip input voltage. >> >> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> >> --- >> .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml | 3 +++ >> 1 file changed, 3 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..275c1e5a6f72 100644 >> --- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987- >> bt.yaml >> +++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987- >> bt.yam >> +++ l >> @@ -50,6 +50,9 @@ properties: >> description: >> The GPIO number of the NXP chipset used for BT_WAKE_OUT. >> >> + vin-supply: >> + description: Input supply phandle (1.8V) >> + >> required: >> - compatible >> >> -- >> 2.34.1
diff --git a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml index 04f55fac42ce..275c1e5a6f72 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml @@ -50,6 +50,9 @@ properties: description: The GPIO number of the NXP chipset used for BT_WAKE_OUT. + vin-supply: + description: Input supply phandle (1.8V) + required: - compatible
To specify the VIN supply for internal buck (1.8V). This supply is usually referenced by both the bluetooth and WiFi nodes, as they share the same combo chip input voltage. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> --- .../devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml | 3 +++ 1 file changed, 3 insertions(+)