mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
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:
parent
8b16d2b664
commit
b9160d7b34
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user