summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Strozynski <wstrozynski@antmicro.com>2016-01-22 12:06:34 +0100
committerWojciech Strozynski <wstrozynski@antmicro.com>2016-01-22 12:06:34 +0100
commitc9f3031d461aaee4c3ab9f905a56260b43e9dea1 (patch)
tree973ddc0a26c87ad59c2424f193aecdad3c53f74a
parent4bc779e9e833f2955ff56b550fa8680dce63ed30 (diff)
[#5806] Added CCM gates for PWMs
-rw-r--r--platform/drivers/inc/ccm_imx7d.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/drivers/inc/ccm_imx7d.h b/platform/drivers/inc/ccm_imx7d.h
index 0d8b326..d73db7d 100644
--- a/platform/drivers/inc/ccm_imx7d.h
+++ b/platform/drivers/inc/ccm_imx7d.h
@@ -334,7 +334,11 @@ enum _ccm_ccgr_gate {
ccmCcgrGateGpio6 = (uint32_t)(&CCM_CCGR165),
ccmCcgrGateGpio7 = (uint32_t)(&CCM_CCGR166),
ccmCcgrGateIomux = (uint32_t)(&CCM_CCGR168),
- ccmCcgrGateIomuxLpsr = (uint32_t)(&CCM_CCGR169)
+ ccmCcgrGateIomuxLpsr = (uint32_t)(&CCM_CCGR169),
+ ccmCcgrGatePwm1 = (uint32_t)(&CCM_CCGR132),
+ ccmCcgrGatePwm2 = (uint32_t)(&CCM_CCGR133),
+ ccmCcgrGatePwm3 = (uint32_t)(&CCM_CCGR134),
+ ccmCcgrGatePwm4 = (uint32_t)(&CCM_CCGR135)
};
/*!