Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Faiz Abbas and committed by
Tony Lindgren
91c17a70 20749051

+2
+1
drivers/clk/ti/clk-7xx.c
··· 708 708 { DRA7_COUNTER_32K_CLKCTRL, NULL, 0, "wkupaon_iclk_mux" }, 709 709 { DRA7_UART10_CLKCTRL, dra7_uart10_bit_data, CLKF_SW_SUP, "wkupaon_cm:clk:0060:24" }, 710 710 { DRA7_DCAN1_CLKCTRL, dra7_dcan1_bit_data, CLKF_SW_SUP, "wkupaon_cm:clk:0068:24" }, 711 + { DRA7_ADC_CLKCTRL, NULL, CLKF_SW_SUP, "mcan_clk"}, 711 712 { 0 }, 712 713 }; 713 714
+1
include/dt-bindings/clock/dra7.h
··· 168 168 #define DRA7_COUNTER_32K_CLKCTRL DRA7_CLKCTRL_INDEX(0x50) 169 169 #define DRA7_UART10_CLKCTRL DRA7_CLKCTRL_INDEX(0x80) 170 170 #define DRA7_DCAN1_CLKCTRL DRA7_CLKCTRL_INDEX(0x88) 171 + #define DRA7_ADC_CLKCTRL DRA7_CLKCTRL_INDEX(0xa0) 171 172 172 173 #endif