arm64: dts: mediatek: mt8192-asurada: Fix WiFi regulator description

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>
This commit is contained in:
Chen-Yu Tsai 2026-05-05 18:13:58 +08:00 committed by AngeloGioacchino Del Regno
parent 8b16d2b664
commit b9160d7b34
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -167,12 +167,11 @@ pp3300_wlan: regulator-3v3-wlan {
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 */