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

index 94bc800ba21786254d7d5f9019929c037f4e5275..15660f6c8fa515be51892c36725aa6a9dfe9cf4e 100644 (file)
                regulator-name = "pp3300_wlan";
                regulator-always-on;
                regulator-boot-on;
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
                pinctrl-names = "default";
                pinctrl-0 = <&pp3300_wlan_pins>;
                enable-active-high;
                gpio = <&pio 143 GPIO_ACTIVE_HIGH>;
+               vin-supply = <&pp3300_g>;
        };
 
        /* system wide switching 4.2V power rail */