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>
This commit is contained in:
AngeloGioacchino Del Regno 2026-01-13 11:59:58 +01:00
parent ab3a124fe0
commit 178c08fd8c
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -217,7 +217,7 @@ mt6331_vusb10_reg: ldo-vusb10 {
};
mt6331_vcamio_reg: ldo-vcamio {
regulator-name = "vcam_io";
regulator-name = "vcamio";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1800000>;
regulator-ramp-delay = <0>;