From: Anson Huang Date: Wed, 20 Nov 2019 05:53:28 +0000 (+0800) Subject: MLK-23007 ARM: dts: imx7s: Use 3MHz as GPT clock source X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~625 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=dd21cc63999cc59775eef633299c95fb02bbc7de;p=linux.git 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 --- 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 {