[PATCH 4/6] arm64: dts: mediatek: mt6331: Fix VCAM IO regulator name
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Tue Jan 13 02:59:58 PST 2026
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 at collabora.com>
---
arch/arm64/boot/dts/mediatek/mt6331.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt6331.dtsi b/arch/arm64/boot/dts/mediatek/mt6331.dtsi
index 243afbffa21f..7e7b96e8ca6f 100644
--- a/arch/arm64/boot/dts/mediatek/mt6331.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6331.dtsi
@@ -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>;
--
2.52.0
More information about the linux-arm-kernel
mailing list