aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2021-03-08 11:35:08 +0200
committerTony Lindgren <tony@atomide.com>2021-03-10 13:59:18 +0200
commit7f7acef8571a239568abaf5f3dc7694d18ae970b (patch)
treeef1d44dfdba504b62cb7fef24c32ea9f176746ae /include/dt-bindings
parentsoc: ti: omap-prm: Allow hardware supported retention when idle (diff)
downloadlinux-dev-7f7acef8571a239568abaf5f3dc7694d18ae970b.tar.xz
linux-dev-7f7acef8571a239568abaf5f3dc7694d18ae970b.zip
clk: ti: omap5: Add missing gpmc and ocmc clkctrl
The gpmc clock is needed to update omap5 to boot with genpd with the related devicetree patches. The ocmc clock is currently not used but let's add it so we have all the clocks for the l3main2 defined. Cc: Stephen Boyd <sboyd@kernel.org> Cc: Tero Kristo <kristo@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/omap5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/omap5.h b/include/dt-bindings/clock/omap5.h
index 41775272fd27..90e0d4b00127 100644
--- a/include/dt-bindings/clock/omap5.h
+++ b/include/dt-bindings/clock/omap5.h
@@ -32,6 +32,8 @@
/* l3main2 clocks */
#define OMAP5_L3_MAIN_2_CLKCTRL OMAP5_CLKCTRL_INDEX(0x20)
+#define OMAP5_L3_MAIN_2_GPMC_CLKCTRL OMAP5_CLKCTRL_INDEX(0x28)
+#define OMAP5_L3_MAIN_2_OCMC_RAM_CLKCTRL OMAP5_CLKCTRL_INDEX(0x30)
/* ipu clocks */
#define OMAP5_MMU_IPU_CLKCTRL OMAP5_CLKCTRL_INDEX(0x20)