soc: samsung: Add Exynos Adaptive Supply Voltage (ASV) driver
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 7 Dec 2018 09:33:06 +0000 (10:33 +0100)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:57:49 +0000 (14:57 +0900)
commit4d70a2d22747e99bd7aceae346317e62b4d4d9f7
tree9f0441500ce5dc775daf9a4e216dcf0c3a84360a
parent1edd63be11818958d8f307ff73686bbc7457f643
soc: samsung: Add Exynos Adaptive Supply Voltage (ASV) driver

The purpose of exynos-asv driver added in this patch is to modify
CPU OPPs as defined in DT depending on exact SoC revision specified
by data available in the CHIP ID block.

This patch is based on hardkernel code:
https://github.com/hardkernel/linux/blob/odroidxu4-4.14.y/arch/arm/mach-exynos/exynos5422-asv.c
https://github.com/hardkernel/linux/blob/odroidxu4-4.14.y/arch/arm/mach-exynos/exynos5422-asv.h

Change-Id: I115c693684ed5e87d69d82f662a1a828ad1c998a
Signed-off by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/soc/samsung/Kconfig
drivers/soc/samsung/Makefile
drivers/soc/samsung/exynos-asv.c [new file with mode: 0644]