arm64: tegra: Fix ldo5 voltage on P3310

This appears to be a typo. The voltage input to the wireless module is
expected to be 1.8V-3.3V, per the downstream device tree.

Fixes: 02df3f03a8 ("arm64: tegra: Add initial power tree for P3310")
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
Aaron Kling
2025-04-27 15:40:14 -05:00
committed by Thomas Makin
parent 6f188fca32
commit 3d7de18141

View File

@@ -348,8 +348,8 @@
vddio_sdmmc3: ldo5 {
regulator-name = "VDDIO_SDMMC3_AP";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
};
vdd_hdmi_1v05: ldo7 {