devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson-sm1: fix typo in opp table
@ 2020-11-30  5:42 Dongjin Kim
  0 siblings, 0 replies; only message in thread
From: Dongjin Kim @ 2020-11-30  5:42 UTC (permalink / raw)
  To: Rob Herring, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

The freqency 1500000000 should be 1512000000 in 'opp-1500000000'

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 71317f5aada1..aba1214c4d09 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@ -131,7 +131,7 @@
 		};
 
 		opp-1512000000 {
-			opp-hz = /bits/ 64 <1500000000>;
+			opp-hz = /bits/ 64 <1512000000>;
 			opp-microvolt = <800000>;
 		};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-30  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30  5:42 [PATCH] arm64: dts: meson-sm1: fix typo in opp table Dongjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).