diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-08-25 14:21:12 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2017-12-04 11:35:21 +0200 |
commit | 71d50393ab0186b40860d31468a1b701c97339f6 (patch) | |
tree | 871a4d340b2649feca9319da22d4aa31bc275526 /arch/arm | |
parent | 2b96be3df5a494e0e90176a54655cf7ad1313b4c (diff) | |
download | linux-71d50393ab0186b40860d31468a1b701c97339f6.tar.gz linux-71d50393ab0186b40860d31468a1b701c97339f6.tar.bz2 linux-71d50393ab0186b40860d31468a1b701c97339f6.zip |
ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod
"default_sata_clkdm" does not exist, instead replace this with the
correct clockdomain name which is just "default_clkdm".
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c index 77a515b11ec2..84f118280a0e 100644 --- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c @@ -988,7 +988,7 @@ static struct omap_hwmod_class dm81xx_sata_hwmod_class = { static struct omap_hwmod dm81xx_sata_hwmod = { .name = "sata", - .clkdm_name = "default_sata_clkdm", + .clkdm_name = "default_clkdm", .flags = HWMOD_NO_IDLEST, .prcm = { .omap4 = { |