]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description
authorChen-Yu Tsai <wenst@chromium.org>
Tue, 5 May 2026 10:14:02 +0000 (18:14 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 11 May 2026 11:57:24 +0000 (13:57 +0200)
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>
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

index bda1b0f9f72aabaa55b502b020f1c8781cb8f78c..dc1ba143ccf204dddf75324dfdde85d2ecce57da 100644 (file)
        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 {