]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ti-sysc: Configure uart quirks for k3 SoC
authorTony Lindgren <tony@atomide.com>
Fri, 4 Aug 2023 10:38:01 +0000 (13:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Sep 2023 09:11:05 +0000 (11:11 +0200)
commit4e547968a6e4b58d6ca8accbe73141c8a84f8d9e
tree38c73b8eae3c9316965dde9d1e490557b57d1f3f
parent4c743c1dd2ee2a72951660b6798d4d7f7674f87b
bus: ti-sysc: Configure uart quirks for k3 SoC

[ Upstream commit 03a711d3cb83692733f865312f49e665c49de6de ]

Enable the uart quirks similar to the earlier SoCs. Let's assume we are
likely going to need a k3 specific quirk mask separate from the earlier
SoCs, so let's not start changing the revision register mask at this point.

Note that SYSC_QUIRK_LEGACY_IDLE will be needed until we can remove the
need for pm_runtime_irq_safe() from 8250_omap driver.

Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/bus/ti-sysc.c