Skip to content

Commit 5f39dd2

Browse files
smaeulmripard
authored andcommitted
arm64: dts: allwinner: a64: pinetab: Fix cpvdd supply name
An older version of the analog codec binding referenced the headphone amplifier binding as "hpvcc". However, by the time it was merged in commit 21dd302 ("ASoC: dt-bindings: sun50i-codec-analog: Add headphone amp regulator supply"), the regulator reference was renamed to "cpvdd". This board's device tree still uses the old name, which fails to work at runtime, and which causes a warning from `make dtbs_check`. Resolve both by fixing the name. Fixes: 674ef1d ("arm64: dts: allwinner: a64: add support for PineTab") Signed-off-by: Samuel Holland <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent 8f3d9f3 commit 5f39dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
};
9999

100100
&codec_analog {
101-
hpvcc-supply = <&reg_eldo1>;
101+
cpvdd-supply = <&reg_eldo1>;
102102
status = "okay";
103103
};
104104

0 commit comments

Comments
 (0)