]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893
authorTony Lindgren <tony@atomide.com>
Wed, 8 Sep 2021 05:49:36 +0000 (08:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Oct 2021 08:08:19 +0000 (10:08 +0200)
commit011e5e46b8107188092dd15b3776d6f457b999f4
tree1805644b3ab4139425f3f4044650bb42bcb5ed28
parent0e07e63fd36a53124fca3037bf33b6a0e92797ee
bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893

[ Upstream commit b13a270ace2e4c70653aa1d1d0394c553905802f ]

Commit 94f6345712b3 ("bus: ti-sysc: Implement quirk handling for
CLKDM_NOAUTO") should have also added the quirk for dra7 dcan1 in
addition to dcan2 for errata i893 handling.

Let's also pass the quirk flag for legacy mode booting for if "ti,hwmods"
dts property is used with related dcan hwmod data. This should be only
needed if anybody needs to git bisect earlier stable trees though.

Fixes: 94f6345712b3 ("bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/mach-omap2/omap_hwmod.c
drivers/bus/ti-sysc.c