aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6
diff options
context:
space:
mode:
authorAlan Tull <alan.tull@freescale.com>2011-10-18 13:09:28 -0500
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:47 +0800
commit2938d7c332c41c7a0990ca5bf75a7f4c487bd1c7 (patch)
tree5dc31bc2a9c049fa266c72c5abbeafdc7dd621a3 /arch/arm/mach-mx6
parent5fc4e186e32609f7e98d38a40e885f90d64c2c27 (diff)
ENGR00160291 MX6 correct cdcdr spdif0 podf defines
MXC_CCM_CDCDR_SPDIF0_CLK_PODF_OFFSET/MASK were incorrect. Should be 22. Signed-off-by: Alan Tull <alan.tull@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6')
-rw-r--r--arch/arm/mach-mx6/crm_regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx6/crm_regs.h b/arch/arm/mach-mx6/crm_regs.h
index 9287357e433..03ef7664845 100644
--- a/arch/arm/mach-mx6/crm_regs.h
+++ b/arch/arm/mach-mx6/crm_regs.h
@@ -339,8 +339,8 @@
#define MXC_CCM_CDCDR_HSI_TX_CLK_SEL (1 << 28)
#define MXC_CCM_CDCDR_SPDIF0_CLK_PRED_MASK (0x7 << 25)
#define MXC_CCM_CDCDR_SPDIF0_CLK_PRED_OFFSET (25)
-#define MXC_CCM_CDCDR_SPDIF0_CLK_PODF_MASK (0x7 << 19)
-#define MXC_CCM_CDCDR_SPDIF0_CLK_PODF_OFFSET (19)
+#define MXC_CCM_CDCDR_SPDIF0_CLK_PODF_MASK (0x7 << 22)
+#define MXC_CCM_CDCDR_SPDIF0_CLK_PODF_OFFSET (22)
#define MXC_CCM_CDCDR_SPDIF0_CLK_SEL_MASK (0x3 << 20)
#define MXC_CCM_CDCDR_SPDIF0_CLK_SEL_OFFSET (20)
#define MXC_CCM_CDCDR_SPDIF1_CLK_PRED_MASK (0x7 << 12)