]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: imx6qdl: Assign corresponding clocks instead of dummy clock
authorAnson Huang <anson.huang@nxp.com>
Sun, 12 May 2019 10:02:13 +0000 (10:02 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 May 2019 01:09:23 +0000 (09:09 +0800)
i.MX6Q/DL's WDOGs use IMX6QDL_CLK_IPG as clock root, assign
IMX6QDL_CLK_IPG to them instead of IMX6QDL_CLK_DUMMY.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl.dtsi

index b3a77bcf00d51c9572cd4af1d5317bbfae6cc6ae..664f7b58c85377fe92be5756284e90f6e8b4a857 100644 (file)
                                compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
                                reg = <0x020bc000 0x4000>;
                                interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX6QDL_CLK_DUMMY>;
+                               clocks = <&clks IMX6QDL_CLK_IPG>;
                        };
 
                        wdog2: wdog@20c0000 {
                                compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
                                reg = <0x020c0000 0x4000>;
                                interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX6QDL_CLK_DUMMY>;
+                               clocks = <&clks IMX6QDL_CLK_IPG>;
                                status = "disabled";
                        };