Skip to content

Commit 178c08f

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt6331: Fix VCAM IO regulator name
The ldo-vcamio regulator is named "vcam_io", however, the binding only allows "vcamio" as name: change it to the latter to resolve a dtbs_check warning. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent ab3a124 commit 178c08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt6331.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
};
218218

219219
mt6331_vcamio_reg: ldo-vcamio {
220-
regulator-name = "vcam_io";
220+
regulator-name = "vcamio";
221221
regulator-min-microvolt = <1200000>;
222222
regulator-max-microvolt = <1800000>;
223223
regulator-ramp-delay = <0>;

0 commit comments

Comments
 (0)