diff options
| author | Tony Lindgren <[email protected]> | 2019-08-26 08:47:07 -0700 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2019-08-26 08:47:07 -0700 |
| commit | fd5683749472bb3370487009c91c49182eb99694 (patch) | |
| tree | 954c367053fdffe43c1746e78cbb409c3c4fd62a /include | |
| parent | 1b95c5a48f5ea3a23618b5894f44124bfa98171a (diff) | |
clk: ti: add clkctrl data omap5 sgx
Looks like we have sgx clock missing currently so let's add it.
Cc: Adam Ford <[email protected]>
Cc: Filip Matijević <[email protected]>
Cc: "H. Nikolaus Schaller" <[email protected]>
Cc: Ivaylo Dimitrov <[email protected]>
Cc: moaz korena <[email protected]>
Cc: Merlijn Wajer <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: Paweł Chmiel <[email protected]>
Cc: Philipp Rossak <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Tero Kristo <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: [email protected]
Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/omap5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/omap5.h b/include/dt-bindings/clock/omap5.h index f3283957f48d..e5411938983c 100644 --- a/include/dt-bindings/clock/omap5.h +++ b/include/dt-bindings/clock/omap5.h @@ -89,6 +89,9 @@ /* dss clocks */ #define OMAP5_DSS_CORE_CLKCTRL OMAP5_CLKCTRL_INDEX(0x20) +/* gpu clocks */ +#define OMAP5_GPU_CLKCTRL OMAP5_CLKCTRL_INDEX(0x20) + /* l3init clocks */ #define OMAP5_MMC1_CLKCTRL OMAP5_CLKCTRL_INDEX(0x28) #define OMAP5_MMC2_CLKCTRL OMAP5_CLKCTRL_INDEX(0x30) |