mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
ab3a124fe0
commit
178c08fd8c
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user