diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 10:25:41 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-11 12:19:35 +0100 |
commit | ba7928d9d71f15e15e7ba300426422f928440eb5 (patch) | |
tree | 24b0b00ad34a086a36cbaf6d7f542eaa66279660 /drivers/clk/imx/Makefile | |
parent | clk: imx: Add correct failure handling for clk based helpers (diff) | |
download | linux-ba7928d9d71f15e15e7ba300426422f928440eb5.tar.xz linux-ba7928d9d71f15e15e7ba300426422f928440eb5.zip |
clk: imx: Rename the SCCG to SSCG
According to the manual the acronym stands for
Spread Sprectum Clock Generator.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r-- | drivers/clk/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 77a3d714f1d5..3724ba7d4555 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -18,7 +18,7 @@ obj-$(CONFIG_MXC_CLK) += \ clk-pllv2.o \ clk-pllv3.o \ clk-pllv4.o \ - clk-sccg-pll.o \ + clk-sscg-pll.o \ clk-pll14xx.o obj-$(CONFIG_MXC_CLK_SCU) += \ |