projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2493a9a
)
arm64: dts: meson-sm1: fix typo in opp table
author
Dongjin Kim
<tobetter@gmail.com>
Mon, 30 Nov 2020 06:03:20 +0000
(15:03 +0900)
committer
Kevin Hilman
<khilman@baylibre.com>
Tue, 1 Dec 2020 00:12:46 +0000
(16:12 -0800)
The freqency
1512000000
should be
1500000000
.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Fixes: 3d9e76483049 ("arm64: dts: meson-sm1-sei610: enable DVFS")
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link:
https://lore.kernel.org/r/20201130060320.GA30098@anyang-linuxfactory-or-kr
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 71317f5aada1d7da57f9f24625fd4122eb004c0f..c309517abae32f2c1e2e8efae86ceaf7076b4d12 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@
-130,7
+130,7
@@
opp-microvolt = <790000>;
};
- opp-15
12
000000 {
+ opp-15
00
000000 {
opp-hz = /bits/ 64 <1500000000>;
opp-microvolt = <800000>;
};