This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-16 08:02:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
260311bfb3
linux
/
drivers
/
clk
/
zte
/
Makefile
4 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: zx: Add audio div clock method for zx296702 Add SPDIF/I2S divider clock method for zx296702 Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-07-23 07:02:51 +00:00
obj-y
:=
clk.o
clk: zx: add clock support to zx296702 It adds a clock driver for zx296702 SoC to register the clock tree to Common Clock Framework. All the clocks of bus topology and some the peripheral clocks are ready with this commit. Some missing leaf clocks for peripherals will be added later when needed. Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-06-04 03:21:01 +00:00
obj-$(CONFIG_SOC_ZX296702)
+=
clk-zx296702.o
clk: zx: register ZX296718 clocks The ZX296718 clocks are statically listed and registered. More clock will be added later. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2016-09-06 06:02:42 +00:00
obj-$(CONFIG_ARCH_ZX)
+=
clk-zx296718.o
Reference in New Issue
Copy Permalink