summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorBhalchandra Gajare <gajare@codeaurora.org>2016-07-12 18:50:31 -0700
committerBhalchandra Gajare <gajare@codeaurora.org>2016-08-01 19:45:39 -0700
commitced88d4dfc0458f0e5de07aba70387b8ea615a9f (patch)
tree05fe7cc473f30e275d2dcd56be9af05ed13f3164 /include/linux/mfd
parent2566204c8d1d65bac5df79262a6a22c40a5b0b0f (diff)
mfd: wcd934x: Add page 0x50 registers for wcd934x codec
Registers for page 0x50 in the wcd934x audio codec are currently not defined. These registers control WCD DSP register configuration and setup. Add these register definitions so that codec driver can read/write these registers. CRs-Fixed: 1049012 Change-Id: If1162c09de8d4d7c330a97a1f133f6d46ce2fd74 Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/wcd934x/registers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/wcd934x/registers.h b/include/linux/mfd/wcd934x/registers.h
index 871bf6a778b1..085e16d66bc4 100644
--- a/include/linux/mfd/wcd934x/registers.h
+++ b/include/linux/mfd/wcd934x/registers.h
@@ -33,6 +33,7 @@ enum {
WCD934X_PAGE_13,
WCD934X_PAGE_14,
WCD934X_PAGE_15,
+ WCD934X_PAGE_0x50,
WCD934X_PAGE_0X80,
};