diff options
author | Jae Hyun Yoo <[email protected]> | 2021-11-08 11:01:56 -0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-12-21 15:32:39 +1030 |
commit | 002c42d37e45ff5b5248576c77437ccafb651454 (patch) | |
tree | 8d63ac68dbde4afacb8d9ccb83743d4f66ea2f63 /drivers/usb/cdns3/cdns3-trace.c | |
parent | a350dc623e3678b9bc6c6385df72a66a1ee69c7f (diff) |
dt-bindings: ipmi: bt-bmc: add 'clocks' as a required property
If LPC BT driver is registered ahead of lpc-ctrl module, LPC BT
hardware block will be enabled without heart beating of LCLK until
lpc-ctrl enables the LCLK. This issue causes improper handling on
host interrupts when the host sends interrupts in that time frame.
Then kernel eventually forcibly disables the interrupt with
dumping stack and printing a 'nobody cared this irq' message out.
To prevent this issue, all LPC sub drivers should enable LCLK
individually so this patch adds 'clocks' property as one of
required properties to enable the LCLK by the LPC IBT driver.
Note: dtsi change in this patch series should be applied along with,
and dtbs should be re-compiled after applying this series since
it's adding a new required property otherwise the driver will not
be probed correctly.
Signed-off-by: Jae Hyun Yoo <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions