ARM: tegra: Add 500 MHz entry to Tegra30 memory OPP table

Extend memory OPPs with 500 MHz entry. This clock rate is used by ASUS
Transformer tablets.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Dmitry Osipenko
2021-12-01 02:23:42 +03:00
committed by Thierry Reding
parent e6e395578a
commit 3478494dca

View File

@@ -216,6 +216,18 @@
opp-supported-hw = <0x0008>;
};
opp-500000000-1200 {
opp-microvolt = <1200000 1200000 1350000>;
opp-hz = /bits/ 64 <500000000>;
opp-supported-hw = <0x0007>;
};
opp-500000000-1250 {
opp-microvolt = <1250000 1250000 1350000>;
opp-hz = /bits/ 64 <500000000>;
opp-supported-hw = <0x0008>;
};
opp-533000000-1200 {
opp-microvolt = <1200000 1200000 1350000>;
opp-hz = /bits/ 64 <533000000>;
@@ -347,6 +359,12 @@
opp-peak-kBps = <3600000>;
};
opp-500000000 {
opp-hz = /bits/ 64 <500000000>;
opp-supported-hw = <0x000F>;
opp-peak-kBps = <4000000>;
};
opp-533000000 {
opp-hz = /bits/ 64 <533000000>;
opp-supported-hw = <0x000F>;