power: regulator: rk808: replace vsel_bits with vsel_mask
authorJacob Chen <jacob-chen@iotwrt.com>
Tue, 2 May 2017 06:54:50 +0000 (14:54 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:22 +0000 (13:37 -0600)
commitb049acc9020b642d304caf547bb63c9128eeda89
tree497501a34b307c91226e7ef3c48249247c87c115
parentd77af8a8c9f75cb8ffe7804dfe0c999cc727afdd
power: regulator: rk808: replace vsel_bits with vsel_mask

Using mask is more flexible than bits.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/regulator/rk808.c