summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-07-27 16:26:06 -0500
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:50 -0400
commit1bbb556a6a5c0f44d2da32700fce4d279c851e9f (patch)
tree14d79050cbb4c40d8f5ef4a285d8decac0cf0c36 /arch/arm/include/asm/arch-omap5
parenta615d0be6a73fc48a22e5662608260fe9b9149ff (diff)
downloadtalos-obmc-uboot-1bbb556a6a5c0f44d2da32700fce4d279c851e9f.tar.gz
talos-obmc-uboot-1bbb556a6a5c0f44d2da32700fce4d279c851e9f.zip
ARM: DRA7/ OMAP5: implement Auxiliary Control Register configuration
Implement logic for ACR(Auxiliary Control Register) configuration using ROM Code smc service. Suggested-by: Richard Woodruff <r-woodruff2@ti.com> Suggested-by: Brad Griffis <bgriffis@ti.com> Reviewed-by: Brad Griffis <bgriffis@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5')
-rw-r--r--arch/arm/include/asm/arch-omap5/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/sys_proto.h b/arch/arm/include/asm/arch-omap5/sys_proto.h
index 6da8297c72..7fcb783894 100644
--- a/arch/arm/include/asm/arch-omap5/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap5/sys_proto.h
@@ -81,5 +81,6 @@ static inline u32 usec_to_32k(u32 usec)
}
#define OMAP5_SERVICE_L2ACTLR_SET 0x104
+#define OMAP5_SERVICE_ACR_SET 0x107
#endif
OpenPOWER on IntegriCloud