projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee36027
)
clk: imx: correct pwm7 clock name in driver for i.MX6UL
author
Anatolij Gustschin
<agust@denx.de>
Wed, 17 Feb 2016 18:48:19 +0000
(19:48 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 18 Feb 2016 14:25:19 +0000
(22:25 +0800)
Don't capitalize p in the pwm7 clock name.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx6ul.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/imx/clk-imx6ul.c
b/drivers/clk/imx/clk-imx6ul.c
index 08692d74b8847d0dfb2bb09f9b006a902425f335..79f6f20f8bceb10e0517d20342eea329c9ada699 100644
(file)
--- a/
drivers/clk/imx/clk-imx6ul.c
+++ b/
drivers/clk/imx/clk-imx6ul.c
@@
-394,7
+394,7
@@
static void __init imx6ul_clocks_init(struct device_node *ccm_node)
clks[IMX6UL_CLK_I2C4] = imx_clk_gate2("i2c4", "perclk", base + 0x80, 24);
clks[IMX6UL_CLK_PWM5] = imx_clk_gate2("pwm5", "perclk", base + 0x80, 26);
clks[IMX6UL_CLK_PWM6] = imx_clk_gate2("pwm6", "perclk", base + 0x80, 28);
- clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("
P
wm7", "perclk", base + 0x80, 30);
+ clks[IMX6UL_CLK_PWM7] = imx_clk_gate2("
p
wm7", "perclk", base + 0x80, 30);
/* mask handshake of mmdc */
writel_relaxed(BM_CCM_CCDR_MMDC_CH0_MASK, base + CCDR);