projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b96be3
)
ARM: DM816x: hwmod_data: fix clockdomain name for sata hwmod
author
Tero Kristo
<t-kristo@ti.com>
Fri, 25 Aug 2017 11:21:12 +0000
(14:21 +0300)
committer
Tero Kristo
<t-kristo@ti.com>
Mon, 4 Dec 2017 09:35:21 +0000
(11:35 +0200)
"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>
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
index 77a515b11ec2af5485a1b896b3f1390fe782fd8f..84f118280a0e818937579c069bb8b9ffb4f8beba 100644
(file)
--- 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 = {