ARM: dts: omap: Add reset/idle on init bindings for OMAP
authorRajendra Nayak <rnayak@ti.com>
Tue, 15 Oct 2013 07:07:50 +0000 (12:37 +0530)
committerBenoit Cousson <bcousson@baylibre.com>
Sun, 20 Oct 2013 17:16:08 +0000 (19:16 +0200)
commitf12ecbe2ea3c01b61e93af815723939a27511abc
tree09bbb65d1a84c4d3a24b574f7e4f75083171676f
parentd2afcf09e6450e41b8987cf282ffde79c40ab401
ARM: dts: omap: Add reset/idle on init bindings for OMAP

On OMAP we have co-processor IPs, memory controllers,
GPIOs which control regulators and power switches to
PMIC, and SoC internal Bus IPs, some or most of which
should either not be reset or idled or both at init.
(In some cases there are erratas which prevent an IP
from being reset)
Have a way to pass this information from DT.

Update the am33xx/omap4 and omap5 dtsi files with the
new bindings for modules which either should not be
idled. reset or both. A later patch would cleanup the
same information that exists today as part of the hwmod
data files.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Documentation/devicetree/bindings/arm/omap/omap.txt
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi