Merge "ipq6018: fixing timer frequency"
diff --git a/arch/arm/dts/ipq6018-emulation.dts b/arch/arm/dts/ipq6018-emulation.dts
index b1fb19a..be7d1b9 100644
--- a/arch/arm/dts/ipq6018-emulation.dts
+++ b/arch/arm/dts/ipq6018-emulation.dts
@@ -150,4 +150,8 @@
 		qcom,emulation = <1>;
 	};
 
+	timer {
+		gpt_freq_hz = <240000>;
+	};
+
 };
diff --git a/arch/arm/dts/ipq6018-soc.dtsi b/arch/arm/dts/ipq6018-soc.dtsi
index 8edde41..f10b3ba 100644
--- a/arch/arm/dts/ipq6018-soc.dtsi
+++ b/arch/arm/dts/ipq6018-soc.dtsi
@@ -48,7 +48,7 @@
 	timer {
 		gcnt_cntcv_lo = <0x4a2000>;
 		gcnt_cntcv_hi = <0x4a2004>;
-		gpt_freq_hz = <240000>;
+		gpt_freq_hz = <24000000>;
 		timer_load_val = <0x00FFFFFF 0xFFFFFFFF>;
 	};