summaryrefslogtreecommitdiff
path: root/arch/arm/dts/dra7.dtsi
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-04-05 14:18:44 +0530
committerTom Rini <trini@konsulko.com>2019-04-12 08:05:56 -0400
commit2499a04617ec860bf7576d05a422a16e318354bf (patch)
tree814a435715557d3b232eea6693b99e0904db824c /arch/arm/dts/dra7.dtsi
parent86034a959a91fbb09fb02af708764a544161df9b (diff)
ARM: dts: dra7: Change pbias voltage to 3.3V
As per recent TRM[1], PBIAS cell on dra7 devices supports 3.3v and not 3.0v as documented earlier. Update PBIAS regulator max voltage and the voltage written in the driver to reflect this. [1] http://www.ti.com/lit/pdf/sprui30 Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'arch/arm/dts/dra7.dtsi')
-rw-r--r--arch/arm/dts/dra7.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index 0f982d8b44a..fd1aea0b1b1 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -170,7 +170,7 @@
pbias_mmc_reg: pbias_mmc_omap5 {
regulator-name = "pbias_mmc_omap5";
regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3000000>;
+ regulator-max-microvolt = <3300000>;
};
};