mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

This patch adds device tree node for the SYSREG registers block found in Samsung S5P/Exynos SoC series. The SYSREG module generates control signals for the ARM CPU and various IP blocks and buses. SYSREG block registers are exposed through APB bus interface. A sysreg device tree node is to be associated with mfd syscon driver and all SYSREG clients should use regmap interface it provides. It allows to eliminate any possible races and conflicts should different drivers attempt to concurrently access same register. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
SAMSUNG S5P/Exynos SoC series System Registers (SYSREG)
|
|
|
|
Properties:
|
|
- name : should be 'sysreg';
|
|
- compatible : should contain "samsung,<chip name>-sysreg", "syscon";
|
|
For Exynos4 SoC series it should be "samsung,exynos4-sysreg", "syscon";
|
|
- reg : offset and length of the register set.
|