MLK-23007 ARM: dts: imx7s: Use 3MHz as GPT clock source
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 20 Nov 2019 05:53:28 +0000 (13:53 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:12 +0000 (11:21 +0800)
Use 3MHz as GPT clock source on i.MX7D to aligned with
previous releases.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
arch/arm/boot/dts/imx7s.dtsi

index 0e3f225..105a558 100644 (file)
                                reg = <0x302d0000 0x10000>;
                                interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
                                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 {