diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2018-07-09 19:48:37 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-10 08:30:48 +0300 |
commit | 91c17a7006d2e8313afb9666f66313fdc992bfda (patch) | |
tree | 920a7423949a8a9a10910076054029da51680597 /include/dt-bindings | |
parent | 207490517cf80d99f471d1b54e747eb95a4b8bea (diff) | |
download | linux-91c17a7006d2e8313afb9666f66313fdc992bfda.tar.xz |
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 <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
CC: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/dra7.h | 1 |
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 |