]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: control: add syscon support for register accesses
authorTero Kristo <t-kristo@ti.com>
Thu, 12 Feb 2015 09:24:11 +0000 (11:24 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 31 Mar 2015 18:26:55 +0000 (21:26 +0300)
commite5b635742e9824c8c0fc7fc524a24024cf88a448
tree5d0770820a6fc1e088a4b51eac7720ede13990a1
parent23d240d661f42214bd372c0e5b21afaf71b9329c
ARM: OMAP2+: control: add syscon support for register accesses

Control module driver needs to support syscon for register accesses, as
the DT hierarchy for control module driver is going to be changed. All
the control module related features will be moved under control module
node, including clocks, pinctrl, and generic configuration register
access. Temporary iomap is still provided very early in the boot for
access while syscon is not yet ready.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/control.c