]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: ipmi: bt-bmc: add 'clocks' as a required property
authorJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Mon, 8 Nov 2021 19:01:56 +0000 (11:01 -0800)
committerJoel Stanley <joel@jms.id.au>
Tue, 21 Dec 2021 05:02:39 +0000 (15:32 +1030)
commit7d867c3dce38c596519b748c170f6cc29f0b686f
tree8d63ac68dbde4afacb8d9ccb83743d4f66ea2f63
parent012c6f42e84eb1892438cb9900185908845dd4e2
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 <jae.hyun.yoo@linux.intel.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211108190200.290957-3-jae.hyun.yoo@intel.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt