mfd: dbx500-prcmu: Use correct names for clock management registers
authorLee Jones <lee.jones@linaro.org>
Thu, 6 Jun 2013 11:21:13 +0000 (12:21 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 13 Jun 2013 09:51:58 +0000 (10:51 +0100)
... as stipulated by the Hardware Specification document.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/dbx500-prcmu-regs.h

index d14836ed2114590ee4ad4b5b4c1971bb8d022cfc..7cc32a8ff01c01b06e8d29ae44134253d81828ba 100644 (file)
@@ -16,8 +16,8 @@
 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end))
 
 #define PRCM_ACLK_MGT          (0x004)
-#define PRCM_SVACLK_MGT                (0x008)
-#define PRCM_SIACLK_MGT                (0x00C)
+#define PRCM_SVAMMCSPCLK_MGT   (0x008)
+#define PRCM_SIAMMDSPCLK_MGT   (0x00C)
 #define PRCM_SGACLK_MGT                (0x014)
 #define PRCM_UARTCLK_MGT       (0x018)
 #define PRCM_MSP02CLK_MGT      (0x01C)