Skip to content

Commit b69c4a1

Browse files
kishongregkh
authored andcommitted
ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP
[ Upstream commit 2c949ce38f4e81d7487f165fa3b8f77d74a2a6c4 ] The PCIe programming sequence in TRM suggests CLKSTCTRL of PCIe should be set to SW_WKUP. There are no issues when CLKSTCTRL is set to HW_AUTO in RC mode. However in EP mode, the host system is not able to access the MEMSPACE and setting the CLKSTCTRL to SW_WKUP fixes it. Acked-by: Tony Lindgren <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c9d6765 commit b69c4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/clockdomains7xx_data.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ static struct clockdomain pcie_7xx_clkdm = {
524524
.dep_bit = DRA7XX_PCIE_STATDEP_SHIFT,
525525
.wkdep_srcs = pcie_wkup_sleep_deps,
526526
.sleepdep_srcs = pcie_wkup_sleep_deps,
527-
.flags = CLKDM_CAN_HWSUP_SWSUP,
527+
.flags = CLKDM_CAN_SWSUP,
528528
};
529529

530530
static struct clockdomain atl_7xx_clkdm = {

0 commit comments

Comments
 (0)