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

mfd: dbx500-prcmu: Use correct names for clock management registers

... as stipulated by the Hardware Specification document.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

Lee Jones 7f8c5e14 8420a241

+2 -2
+2 -2
drivers/mfd/dbx500-prcmu-regs.h
··· 16 16 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) 17 17 18 18 #define PRCM_ACLK_MGT (0x004) 19 - #define PRCM_SVACLK_MGT (0x008) 20 - #define PRCM_SIACLK_MGT (0x00C) 19 + #define PRCM_SVAMMCSPCLK_MGT (0x008) 20 + #define PRCM_SIAMMDSPCLK_MGT (0x00C) 21 21 #define PRCM_SGACLK_MGT (0x014) 22 22 #define PRCM_UARTCLK_MGT (0x018) 23 23 #define PRCM_MSP02CLK_MGT (0x01C)