]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: hwmod: Change hardreset soc_ops for AM43XX
authorDave Gerlach <d-gerlach@ti.com>
Sun, 15 Jun 2014 22:02:17 +0000 (16:02 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 15 Jun 2014 22:02:17 +0000 (16:02 -0600)
commit14673a23f52fde8a8471e2ebe8989cbf0d175a88
tree691853e074785197bcf81405b81b5d48ede17840
parent0894b7eb2d291aba9d573cb3e0492098cebec9ff
ARM: OMAP2+: hwmod: Change hardreset soc_ops for AM43XX

am43xx reset register layout is more similar to am33xx than omap4 so
use the am33xx functions for hwmod hardreset soc_ops rather than the
currently used omap4 functions. Without this, assert_hardreset and
deassert_hardreset will not work on am43xx.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
[paul@pwsan.com: fixed build errors for an AM43xx-only Kconfig]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/cm33xx.h
arch/arm/mach-omap2/omap_hwmod.c