mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
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:
committed by
Thierry Reding
parent
e6e395578a
commit
3478494dca
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user