ASoC: sunxi: sun50i-codec-analog: Rename hpvcc regulator supply to cpvdd
authorChen-Yu Tsai <wens@csie.org>
Wed, 13 Feb 2019 07:04:56 +0000 (15:04 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 19 Feb 2019 15:36:02 +0000 (15:36 +0000)
commit5fd812e6f5ae0376134234ceb70e8de541ccb10d
treeff13a14e456c4be8de22d86c705b4dc8f373a275
parent65d257ee12860340947bbc336243b4a9a5d721df
ASoC: sunxi: sun50i-codec-analog: Rename hpvcc regulator supply to cpvdd

The A64 datasheet lists the supply rail for the headphone amp's charge
pump as "CPVDD". cpvdd-supply is the name of the property for this power
rail specified in the device tree bindings. "HPVCC" was the name used in
the A33 datasheet for the same function.

Rename the supply so it matches the datasheet, bindings, and the subject
from the original commit.

Fixes: ca0412a05756 ("ASoC: sunxi: sun50i-codec-analog: Add support for cpvdd regulator supply")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun50i-codec-analog.c