diff options
author | Tony Lindgren <tony@atomide.com> | 2017-12-11 07:46:40 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-11 07:46:40 -0800 |
commit | fdf3632938a646c13f7407f2f8c33ff81eed9c76 (patch) | |
tree | 9f8c982a2e40af006cffd2daad05eba4deedc04a /arch/arm/mach-omap2/omap_hwmod_81xx_data.c | |
parent | 60af58cde4f27190c19dba7348e48bb03850eb91 (diff) | |
parent | 71d50393ab0186b40860d31468a1b701c97339f6 (diff) | |
download | linux-fdf3632938a646c13f7407f2f8c33ff81eed9c76.tar.gz linux-fdf3632938a646c13f7407f2f8c33ff81eed9c76.tar.bz2 linux-fdf3632938a646c13f7407f2f8c33ff81eed9c76.zip |
Merge branch '4.15-rc1-clkctrl-mach-omap2' of https://github.com/t-kristo/linux-pm into omap-for-v4.16/soc
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_81xx_data.c')
-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 = { |