mfd: arizona: Add support for INn_Mode register control
authorInha Song <ideal.song@samsung.com>
Sat, 30 Aug 2014 02:27:18 +0000 (11:27 +0900)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:52 +0000 (08:15 +0100)
commitcc47aed9a1ef8eadd7bf14e32117896777b5cc41
treede2f38618876cc9b99cb1684b5ed6c4307e8cf13
parentc24084db223aec7793201b94f0712cfdfa7e9fe7
mfd: arizona: Add support for INn_Mode register control

Some boards need to set the INn_MODE[1:0] register to change
the input signal patch. This wlf,inmode property is optional.
If present, values must be specified less than or equal to
the number of input singals. If values less than the number
of input signals, elements that has not been specifed are set
to 0 by default.

Example:
   - wlf,inmode = <2 0 2>; /* IN1, IN3 use DMIC */

Signed-off-by: Inha Song <ideal.song@samsung.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c
This page took 0.024377 seconds and 5 git commands to generate.