]> 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)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Oct 2021 05:01:13 +0000 (08:01 +0300)
commitb3262cda0f3fcfeea8efb97e03972084d7a8a494
treeee54a04b96c6a20f08256fb068676214afcf70f0
parentea0bd4c6f04cd8e86bf1378743f0658f682cf043
bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893

Commit 4f6a2c0895a7 ("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: 4f6a2c0895a7 ("bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO")
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.c
drivers/bus/ti-sysc.c