projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40cb43b
)
ARM: dts: Add more opp levels in exynos5440
author
Amit Daniel Kachhap
<amit.daniel@samsung.com>
Mon, 17 Jun 2013 21:39:41 +0000
(06:39 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Mon, 17 Jun 2013 21:39:41 +0000
(06:39 +0900)
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>
arch/arm/boot/dts/exynos5440.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5440.dtsi
b/arch/arm/boot/dts/exynos5440.dtsi
index d2a48be7c0f34b0657d8347b7f85d77c5cddc444..d21045203443e4bb011d2cbbbcb25cd6c101808e 100644
(file)
--- a/
arch/arm/boot/dts/exynos5440.dtsi
+++ b/
arch/arm/boot/dts/exynos5440.dtsi
@@
-83,8
+83,13
@@
interrupts = <0 57 0>;
operating-points = <
/* KHz uV */
+ 1500000 1100000
+ 1400000 1075000
+ 1300000 1050000
1200000 1025000
+ 1100000 1000000
1000000 975000
+ 900000 950000
800000 925000
>;
};