]> git.baikalelectronics.ru Git - kernel.git/commit
omap: sram: fix is_sram_locked check
authorVikram Pandita <vikram.pandita@ti.com>
Thu, 16 Sep 2010 12:49:24 +0000 (18:19 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 24 Sep 2010 06:00:17 +0000 (11:30 +0530)
commit3c1e03a9829b530eb428835e1df761802cc4e35e
treef93cf6e41e70b897c63ef9848266658da1eef0a6
parentec072098c725be025e3e63a8b71944452cd8e7c5
omap: sram: fix is_sram_locked check

For OMAP24xx/34xx/44xx: omap_type() returns the correct type:
 OMAP2_DEVICE_TYPE_TEST
 OMAP2_DEVICE_TYPE_EMU
 OMAP2_DEVICE_TYPE_SEC
 OMAP2_DEVICE_TYPE_GP
 OMAP2_DEVICE_TYPE_BAD

In current implementation there are two problems:
Problem 1:
For 34xx, the current if check will never return true.

Problem 2:
For 24xx the correct type check should be with omap_type() function
Verified by checking the TRM 24xx for CONTROL_STATUS register bits

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/plat-omap/sram.c