use correct clock for mbp162 uart to fix bluetooth

Before it was getting random data but with the clock rate corrected it
works.

I don't know if this fix will make its way into 5.16, so the 9002 patch
might need replacing with this for 5.16
https://lore.kernel.org/lkml/20211120083312.41230-1-redecorating@protonmail.com/T/#u
This commit is contained in:
Redecorating
2021-11-20 22:09:01 +11:00
parent 911efd340f
commit 11988d6722
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ index c54d19fb1..33d5043fd 100644
{ PCI_VDEVICE(INTEL, 0x34ea), (kernel_ulong_t)&bxt_i2c_info },
{ PCI_VDEVICE(INTEL, 0x34eb), (kernel_ulong_t)&bxt_i2c_info },
{ PCI_VDEVICE(INTEL, 0x34fb), (kernel_ulong_t)&spt_info },
+ /* ICL-N*/
+ { PCI_VDEVICE(INTEL, 0x38a8), (kernel_ulong_t)&bxt_uart_info },
+ /* ICL-N */
+ { PCI_VDEVICE(INTEL, 0x38a8), (kernel_ulong_t)&spt_uart_info },
/* TGL-H */
{ PCI_VDEVICE(INTEL, 0x43a7), (kernel_ulong_t)&bxt_uart_info },
{ PCI_VDEVICE(INTEL, 0x43a8), (kernel_ulong_t)&bxt_uart_info },
+1 -1
View File
@@ -268,5 +268,5 @@ sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'e9e564bdd8f45c552c0f1b32ffa142c887f449f9aadcd190f8d7d143c7567259'
'f7ae3714acad6190bd8ec49ec02640bcd03e1e089426187ba293298cfa158068'
'31e414978a947bdb71f27ed364c4da73b81fcf1921250cb69ee1bcf2bbd25636'
'57731fa10509eb689649e6d1ea33b2c3e20a8116617bd848b565d42379b2b6b6'
'5d36770f436b69e69633d060deb55a37b8b3871983068e95fb33d5a195f00574'
'22b2695afcc4103743e55ceeda4691a59ddce84a8f16d1d572159dd2ff7f8537')