mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 06:42:31 +00:00
ARM: dts: Add more opp levels in exynos5440
This patch updates cpu frequency level from 1500 to 800MHZ in steps of 100MHZ. The corresponding voltage(in uV) is also added. Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
40cb43bd19
commit
afbbf92710
@ -83,8 +83,13 @@
|
|||||||
interrupts = <0 57 0>;
|
interrupts = <0 57 0>;
|
||||||
operating-points = <
|
operating-points = <
|
||||||
/* KHz uV */
|
/* KHz uV */
|
||||||
|
1500000 1100000
|
||||||
|
1400000 1075000
|
||||||
|
1300000 1050000
|
||||||
1200000 1025000
|
1200000 1025000
|
||||||
|
1100000 1000000
|
||||||
1000000 975000
|
1000000 975000
|
||||||
|
900000 950000
|
||||||
800000 925000
|
800000 925000
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user