Skip to content

Commit b3f65f4

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra30: peripherals: Add 266.5MHz nodes
LG Optimus Vu (p895) and Optimus 4X HD (p880) have 266.5MHz RAM clock and require this entry to work with it correctly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 62a4276 commit b3f65f4

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

arch/arm/boot/dts/tegra30-peripherals-opp.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,20 @@
210210
opp-suspend;
211211
};
212212

213+
opp-266500000-1000 {
214+
opp-microvolt = <1000000 1000000 1350000>;
215+
opp-hz = /bits/ 64 <266500000>;
216+
opp-supported-hw = <0x0007>;
217+
required-opps = <&core_opp_1000>;
218+
};
219+
220+
opp-266500000-1250 {
221+
opp-microvolt = <1250000 1250000 1350000>;
222+
opp-hz = /bits/ 64 <266500000>;
223+
opp-supported-hw = <0x0008>;
224+
required-opps = <&core_opp_1250>;
225+
};
226+
213227
opp-333500000-1000 {
214228
opp-microvolt = <1000000 1000000 1350000>;
215229
opp-hz = /bits/ 64 <333500000>;
@@ -424,6 +438,12 @@
424438
opp-suspend;
425439
};
426440

441+
opp-266500000 {
442+
opp-hz = /bits/ 64 <266500000>;
443+
opp-supported-hw = <0x000F>;
444+
opp-peak-kBps = <2132000>;
445+
};
446+
427447
opp-333500000 {
428448
opp-hz = /bits/ 64 <333500000>;
429449
opp-supported-hw = <0x000F>;

0 commit comments

Comments
 (0)