]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2+: hwmod: drop CLK_IS_BASIC flag usage
authorTero Kristo <t-kristo@ti.com>
Thu, 4 Apr 2019 08:11:03 +0000 (11:11 +0300)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 17:51:22 +0000 (10:51 -0700)
commit8284219098b0525faab67b1b3cf8143cf0694e07
treed48c50de25a534a1ad64f8c2e07e857b36db327c
parent3c3645659b915f43ad85a7331f6a65dab94290bc
ARM: omap2+: hwmod: drop CLK_IS_BASIC flag usage

CLK_IS_BASIC flag is about to get deprecated, and as such, can't be used.
Instead, the API call for checking whether a clock is of type hw_omap shall
be used, so convert the code to use this.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
arch/arm/mach-omap2/omap_hwmod.c