Update devfreq next for v6.4

Detailed description for this pull request:
1. Remove unneeded SRCU selection in Kconfig because it's always set from
devfreq core.

2. Fix minor updates of devfreq drivers
- Drop of_match_ptr macro from exynos-bus.c because this driver is always using
the DT table for driver probe.
- Use the preferred of_property_present instead of the low-level of_get_property
on exynos-bus.c
- Use devm_platform_get_and_ioream_resource on exyno-ppmu.c
PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()

According to commit 890cc39a8799 ("drivers: provide
devm_platform_get_and_ioremap_resource()"), convert
platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
1 file changed