Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Osipenko and committed by
Thierry Reding
3478494d e6e39557

+18
+18
arch/arm/boot/dts/tegra30-peripherals-opp.dtsi
··· 216 216 opp-supported-hw = <0x0008>; 217 217 }; 218 218 219 + opp-500000000-1200 { 220 + opp-microvolt = <1200000 1200000 1350000>; 221 + opp-hz = /bits/ 64 <500000000>; 222 + opp-supported-hw = <0x0007>; 223 + }; 224 + 225 + opp-500000000-1250 { 226 + opp-microvolt = <1250000 1250000 1350000>; 227 + opp-hz = /bits/ 64 <500000000>; 228 + opp-supported-hw = <0x0008>; 229 + }; 230 + 219 231 opp-533000000-1200 { 220 232 opp-microvolt = <1200000 1200000 1350000>; 221 233 opp-hz = /bits/ 64 <533000000>; ··· 357 345 opp-hz = /bits/ 64 <450000000>; 358 346 opp-supported-hw = <0x000F>; 359 347 opp-peak-kBps = <3600000>; 348 + }; 349 + 350 + opp-500000000 { 351 + opp-hz = /bits/ 64 <500000000>; 352 + opp-supported-hw = <0x000F>; 353 + opp-peak-kBps = <4000000>; 360 354 }; 361 355 362 356 opp-533000000 {