summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/cm81xx.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-03-14 12:14:12 +0100
committerTony Lindgren <tony@atomide.com>2017-03-28 14:10:03 -0700
commit49e9e6163c4e960781840cd5ab65cfa13e8d8acf (patch)
tree38830aad235b5c1f0167df6e08e57ba8a6ffc57f /arch/arm/mach-omap2/cm81xx.h
parente2d54fe76997301b49311bde7ba8ef52b47896f9 (diff)
ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATA
Add the SATA clockdomain (part of CM_DEFAULT) and a hwmod for the SATA block on dm81xx. Tested on DM8168 EVM. Signed-off-by: Kevin Hilman <khilman@baylibre.com> [Bartosz: removed an unused define] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm81xx.h')
-rw-r--r--arch/arm/mach-omap2/cm81xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm81xx.h b/arch/arm/mach-omap2/cm81xx.h
index 3a0ccf07c76f..5d73a1057c82 100644
--- a/arch/arm/mach-omap2/cm81xx.h
+++ b/arch/arm/mach-omap2/cm81xx.h
@@ -57,5 +57,6 @@
#define TI816X_CM_DEFAULT_PCI_CLKDM 0x0010
#define TI816X_CM_DEFAULT_L3_SLOW_CLKDM 0x0014
#define TI816X_CM_DEFAULT_DUCATI_CLKDM 0x0018
+#define TI816X_CM_DEFAULT_SATA_CLKDM 0x0060
#endif