From b5c1533913755ddb34e27d3a8c363b4c0b796447 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Fri, 23 Jun 2017 10:37:17 +0800 Subject: [PATCH] MLK-15145 ARM64: dts: Correct the system counter freqency for i.mx8mq On i.MX8MQ, the system counter's clock frequency should be 8333333Hz. We use 25MHz OSC, so the freqency is 25/3. Signed-off-by: Bai Ping --- arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi index d0f98ec96bb2..edeb4f6722e8 100755 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi @@ -76,7 +76,7 @@ , /* Physical Non-Secure */ , /* Virtual */ ; /* Hypervisor */ - clock-frequency = <8000000>; + clock-frequency = <8333333>; interrupt-parent = <&gic>; }; -- 2.17.1