arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description

The VBUS regulator is a current-limiting switch. It does not have
voltage regulation capabilities. The description is also missing a power
input.

Drop the voltage constraints, and add a supply input.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Chen-Yu Tsai 2026-05-05 18:14:02 +08:00 committed by AngeloGioacchino Del Regno
parent 0fdf2b2a3e
commit 76c8b91598
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -212,10 +212,9 @@ tboard_thermistor2: thermal-sensor-t2 {
usb_vbus: regulator-5v0-usb-vbus {
compatible = "regulator-fixed";
regulator-name = "usb-vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
regulator-always-on;
vin-supply = <&pp5000_s5>;
};
reserved_memory: reserved-memory {