]> 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)
commit5ce1eb6ee437bfc8c5ae0abd5496f8ef1520b065
treeee54a04b96c6a20f08256fb068676214afcf70f0
parent594a2198cd193f0c1de909ad34f37b6221717fc1
bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893

Commit 61f16672a019 ("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: 61f16672a019 ("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