]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
clk: renesas: rcar-gen4: Removed unused SSMODE_* definitions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Jul 2024 11:50:21 +0000 (13:50 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 30 Jul 2024 08:44:18 +0000 (10:44 +0200)
All SSMODE operations are done using CPG_PLLxCR0_SSMODE*.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/19f84bfec94eab5f301a9c33563c285ab59b9b2a.1721648548.git.geert+renesas@glider.be
drivers/clk/renesas/rcar-gen4-cpg.c

index 77a4bb3e17f34848b4fa932903954e73a4eeb80b..72c740f18ac9b370b71d629c7c3a8cef26656101 100644 (file)
@@ -53,10 +53,6 @@ static u32 cpg_mode __initdata;
 #define CPG_PLLxCR0_SSFREQ     GENMASK(14, 8)  /* SSCG Modulation Frequency */
 #define CPG_PLLxCR0_SSDEPT     GENMASK(6, 0)   /* SSCG Modulation Depth */
 
-#define SSMODE_FM              BIT(2)  /* Fractional Multiplication */
-#define SSMODE_DITHER          BIT(1)  /* Frequency Dithering */
-#define SSMODE_CENTER          BIT(0)  /* Center (vs. Down) Spread Dithering */
-
 /* PLL Clocks */
 struct cpg_pll_clk {
        struct clk_hw hw;