Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: dbx500: Remove any mention of the BML8580CLK

The platform which it pertains to is no longer supported and is actually
causing some confusion in the new common clock implementation. A recent
patch removed its use in the clock driver, let's take out the definitions
too.

Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lee Jones and committed by
Linus Walleij
58092dc4 67f13daa

+13 -16
-1
drivers/mfd/db8500-prcmu.c
··· 480 480 CLK_MGT_ENTRY(PER6CLK, PLL_DIV, true), 481 481 CLK_MGT_ENTRY(PER7CLK, PLL_DIV, true), 482 482 CLK_MGT_ENTRY(LCDCLK, PLL_FIX, true), 483 - CLK_MGT_ENTRY(BML8580CLK, PLL_DIV, true), 484 483 CLK_MGT_ENTRY(BMLCLK, PLL_DIV, true), 485 484 CLK_MGT_ENTRY(HSITXCLK, PLL_DIV, true), 486 485 CLK_MGT_ENTRY(HSIRXCLK, PLL_DIV, true),
-1
drivers/mfd/dbx500-prcmu-regs.h
··· 32 32 #define PRCM_PER7CLK_MGT (0x040) 33 33 #define PRCM_LCDCLK_MGT (0x044) 34 34 #define PRCM_BMLCLK_MGT (0x04C) 35 - #define PRCM_BML8580CLK_MGT (0x108) 36 35 #define PRCM_HSITXCLK_MGT (0x050) 37 36 #define PRCM_HSIRXCLK_MGT (0x054) 38 37 #define PRCM_HDMICLK_MGT (0x058)
+13 -14
include/dt-bindings/mfd/dbx500-prcmu.h
··· 61 61 #define PRCMU_PLLSOC1 43 62 62 #define PRCMU_ARMSS 44 63 63 #define PRCMU_PLLDDR 45 64 - #define PRCMU_BML8580CLK 46 65 64 66 65 /* DSI Clocks */ 67 - #define PRCMU_PLLDSI 47 68 - #define PRCMU_DSI0CLK 48 69 - #define PRCMU_DSI1CLK 49 70 - #define PRCMU_DSI0ESCCLK 50 71 - #define PRCMU_DSI1ESCCLK 51 72 - #define PRCMU_DSI2ESCCLK 52 66 + #define PRCMU_PLLDSI 46 67 + #define PRCMU_DSI0CLK 47 68 + #define PRCMU_DSI1CLK 48 69 + #define PRCMU_DSI0ESCCLK 49 70 + #define PRCMU_DSI1ESCCLK 50 71 + #define PRCMU_DSI2ESCCLK 51 73 72 74 73 /* LCD DSI PLL - Ux540 only */ 75 - #define PRCMU_PLLDSI_LCD 53 76 - #define PRCMU_DSI0CLK_LCD 54 77 - #define PRCMU_DSI1CLK_LCD 55 78 - #define PRCMU_DSI0ESCCLK_LCD 56 79 - #define PRCMU_DSI1ESCCLK_LCD 57 80 - #define PRCMU_DSI2ESCCLK_LCD 58 74 + #define PRCMU_PLLDSI_LCD 52 75 + #define PRCMU_DSI0CLK_LCD 53 76 + #define PRCMU_DSI1CLK_LCD 54 77 + #define PRCMU_DSI0ESCCLK_LCD 55 78 + #define PRCMU_DSI1ESCCLK_LCD 56 79 + #define PRCMU_DSI2ESCCLK_LCD 57 81 80 82 - #define PRCMU_NUM_CLKS 59 81 + #define PRCMU_NUM_CLKS 58 83 82 84 83 #endif