From dd21cc63999cc59775eef633299c95fb02bbc7de Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 20 Nov 2019 13:53:28 +0800 Subject: [PATCH] MLK-23007 ARM: dts: imx7s: Use 3MHz as GPT clock source Use 3MHz as GPT clock source on i.MX7D to aligned with previous releases. Signed-off-by: Anson Huang Reviewed-by: Jacky Bai --- arch/arm/boot/dts/imx7s.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 0e3f22519adf..105a55895aa6 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -431,8 +431,9 @@ reg = <0x302d0000 0x10000>; interrupts = ; clocks = <&clks IMX7D_GPT1_ROOT_CLK>, - <&clks IMX7D_GPT1_ROOT_CLK>; - clock-names = "ipg", "per"; + <&clks IMX7D_GPT1_ROOT_CLK>, + <&clks IMX7D_GPT_3M_CLK>; + clock-names = "ipg", "per", "osc_per"; }; gpt2: timer@302e0000 { -- 2.17.1