Message ID | 20210811152804.2379405-4-angus@akkea.ca (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
Series | Add BCM43752 chipset support | expand |
On 8/11/2021 5:28 PM, Angus Ainslie wrote: > Bluetooth on the BCM43752 needs a patchram file to function correctly. this patch is dealing with bluetooth so you should add the proper mailing list. > Signed-off-by: Angus Ainslie <angus@akkea.ca> > --- > drivers/bluetooth/btbcm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c > index e5d706ed55ea..e4182acee488 100644 > --- a/drivers/bluetooth/btbcm.c > +++ b/drivers/bluetooth/btbcm.c > @@ -387,6 +387,7 @@ struct bcm_subver_table { > }; > > static const struct bcm_subver_table bcm_uart_subver_table[] = { > + { 0x1111, "BCM4362A2" }, /* 000.017.017 */ This seems odd. 4362 vs 43752? What is the story here? Regards, Arend > { 0x4103, "BCM4330B1" }, /* 002.001.003 */ > { 0x410d, "BCM4334B0" }, /* 002.001.013 */ > { 0x410e, "BCM43341B0" }, /* 002.001.014 */ >
On 8/12/2021 1:40 PM, Arend van Spriel wrote: > On 8/11/2021 5:28 PM, Angus Ainslie wrote: >> Bluetooth on the BCM43752 needs a patchram file to function correctly. > > this patch is dealing with bluetooth so you should add the proper > mailing list. ...and the 'brcmfmac:' prefix in the subject is inappropriate. It should be 'btbcm:' instead. Regards, Arend
Hi Arend, On 2021-08-12 04:42, Arend van Spriel wrote: > On 8/12/2021 1:40 PM, Arend van Spriel wrote: >> On 8/11/2021 5:28 PM, Angus Ainslie wrote: >>> Bluetooth on the BCM43752 needs a patchram file to function >>> correctly. >> >> this patch is dealing with bluetooth so you should add the proper >> mailing list. > > ...and the 'brcmfmac:' prefix in the subject is inappropriate. It > should be 'btbcm:' instead. > Thanks for looking at the patches I'll fix them up for v3. Angus > Regards, > Arend
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index e5d706ed55ea..e4182acee488 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -387,6 +387,7 @@ struct bcm_subver_table { }; static const struct bcm_subver_table bcm_uart_subver_table[] = { + { 0x1111, "BCM4362A2" }, /* 000.017.017 */ { 0x4103, "BCM4330B1" }, /* 002.001.003 */ { 0x410d, "BCM4334B0" }, /* 002.001.013 */ { 0x410e, "BCM43341B0" }, /* 002.001.014 */
Bluetooth on the BCM43752 needs a patchram file to function correctly. Signed-off-by: Angus Ainslie <angus@akkea.ca> --- drivers/bluetooth/btbcm.c | 1 + 1 file changed, 1 insertion(+)