Skip to content

Commit 4897930

Browse files
committed
clk: renesas: rcar-gen4: Removed unused SSMODE_* definitions
All SSMODE operations are done using CPG_PLLxCR0_SSMODE*. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/19f84bfec94eab5f301a9c33563c285ab59b9b2a.1721648548.git.geert+renesas@glider.be
1 parent 354e5cf commit 4897930

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/clk/renesas/rcar-gen4-cpg.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ static u32 cpg_mode __initdata;
5353
#define CPG_PLLxCR0_SSFREQ GENMASK(14, 8) /* SSCG Modulation Frequency */
5454
#define CPG_PLLxCR0_SSDEPT GENMASK(6, 0) /* SSCG Modulation Depth */
5555

56-
#define SSMODE_FM BIT(2) /* Fractional Multiplication */
57-
#define SSMODE_DITHER BIT(1) /* Frequency Dithering */
58-
#define SSMODE_CENTER BIT(0) /* Center (vs. Down) Spread Dithering */
59-
6056
/* PLL Clocks */
6157
struct cpg_pll_clk {
6258
struct clk_hw hw;

0 commit comments

Comments
 (0)