aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFaiz Abbas <[email protected]>2018-07-09 22:18:37 +0530
committerTony Lindgren <[email protected]>2018-07-09 22:30:48 -0700
commit91c17a7006d2e8313afb9666f66313fdc992bfda (patch)
tree920a7423949a8a9a10910076054029da51680597 /include
parent207490517cf80d99f471d1b54e747eb95a4b8bea (diff)
clk: ti: dra7: Add clkctrl clock data for the mcan clocks
Add clkctrl data for the m_can clocks and register it within the clkctrl driver Acked-by: Rob Herring <[email protected]> Acked-by: Stephen Boyd <[email protected]> CC: Tero Kristo <[email protected]> Signed-off-by: Faiz Abbas <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/dra7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/dra7.h b/include/dt-bindings/clock/dra7.h
index 5e1061b15aed..d7549c57cac3 100644
--- a/include/dt-bindings/clock/dra7.h
+++ b/include/dt-bindings/clock/dra7.h
@@ -168,5 +168,6 @@
#define DRA7_COUNTER_32K_CLKCTRL DRA7_CLKCTRL_INDEX(0x50)
#define DRA7_UART10_CLKCTRL DRA7_CLKCTRL_INDEX(0x80)
#define DRA7_DCAN1_CLKCTRL DRA7_CLKCTRL_INDEX(0x88)
+#define DRA7_ADC_CLKCTRL DRA7_CLKCTRL_INDEX(0xa0)
#endif