1
0
Fork 0

arm64: dts: meson-sm1: fix typo in opp table

The freqency 1512000000 should be 1500000000.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Fixes: 3d9e764830 ("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
zero-sugar-mainline-defconfig
Dongjin Kim 2020-11-30 15:03:20 +09:00 committed by Kevin Hilman
parent 2493a9a515
commit b6a1c8a1ea
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
opp-microvolt = <790000>;
};
opp-1512000000 {
opp-1500000000 {
opp-hz = /bits/ 64 <1500000000>;
opp-microvolt = <800000>;
};