diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-03-14 12:14:12 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-28 23:10:03 +0200 |
commit | 49e9e6163c4e960781840cd5ab65cfa13e8d8acf (patch) | |
tree | 38830aad235b5c1f0167df6e08e57ba8a6ffc57f /arch/arm/mach-omap2/cm81xx.h | |
parent | ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss (diff) | |
download | linux-49e9e6163c4e960781840cd5ab65cfa13e8d8acf.tar.xz linux-49e9e6163c4e960781840cd5ab65cfa13e8d8acf.zip |
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.h | 1 |
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 |