projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c9726
)
rk2928: rename pclk_spi0 compatible with previous versions
author
chenxing
<chenxing@rock-chips.com>
Thu, 21 Mar 2013 01:12:33 +0000
(09:12 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Thu, 21 Mar 2013 01:12:33 +0000
(09:12 +0800)
arch/arm/mach-rk2928/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/clock_data.c
b/arch/arm/mach-rk2928/clock_data.c
index 9d5d49f508bcbc54acd96ff41460430317d112bf..d2f2d76d87b810222fbef7be4445d798f6fbc676 100755
(executable)
--- a/
arch/arm/mach-rk2928/clock_data.c
+++ b/
arch/arm/mach-rk2928/clock_data.c
@@
-2185,7
+2185,7
@@
static struct clk_lookup clks[] = {
CLK_GATE_NODEV(pclk_peri_axi_matrix),
CLK(NULL, "pwm01", &clk_pclk_pwm01),
CLK_GATE_NODEV(pclk_wdt),
- CLK
_GATE_NODEV(
pclk_spi0),
+ CLK
("rk29xx_spim.0", "pclk_spi", &clk_
pclk_spi0),
CLK("rk_serial.0", "pclk_uart", &clk_pclk_uart0),
CLK("rk_serial.1", "pclk_uart", &clk_pclk_uart1),
CLK("rk_serial.2", "pclk_uart", &clk_pclk_uart2),